Skip to content

Commit

Permalink
Merge branch 'main' into improve-enumToMap
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Jan 30, 2024
2 parents 30055f4 + 1892471 commit 0bb53c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"wasm": "ts-node bin/build_wasm.ts",
"clean": "rm -rf lib && rm -rf test/tmp",
"prepare": "npm run clean && npm run build-ts",
"test": "node -r ts-node/register/type-check --test ./test/*-test.ts",
"test": "node -r ts-node/register/type-check -r ./test/md-test.ts",
"lint": "eslint -c eslint.json bin/*.ts src/*.ts src/**/*.ts test/*.ts test/**/*.ts",
"lint-fix": "eslint --fix -c eslint.json bin/*.ts src/*.ts src/**/*.ts test/*.ts test/**/*.ts",
"postversion": "RELEASE=`node -e \"process.stdout.write(require('./package').version)\"` make -B postversion",
Expand Down

0 comments on commit 0bb53c4

Please sign in to comment.