We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2513c4 commit 8e12d23Copy full SHA for 8e12d23
package.json
@@ -114,6 +114,7 @@
114
"tdd": "mocha ./test/*.test.js --inspect --watch --recursive --watch-files ./**/*.{js,ts}",
115
"test-coverage": "nyc --reporter=html --reporter=text npm test",
116
"ts-benchmark": "cd ./benchmarks/typescript/simple && npm install && npm run benchmark | node ../../../scripts/tsc-diagnostics-check",
117
+ "ts-benchmark:local": "node ./scripts/create-tarball && cd ./benchmarks/typescript/simple && rm -rf ./node_modules && npm install && npm run benchmark | node ../../../scripts/tsc-diagnostics-check",
118
"attest-benchmark": "node ./benchmarks/typescript/infer.bench.mts"
119
},
120
"main": "./index.js",
0 commit comments