|
|
|
@ -8,6 +8,7 @@
|
|
|
|
"prepare": "rm -rf @types && npm run typecheck && npm run build-declarations && npm run build",
|
|
|
|
"prepare": "rm -rf @types && npm run typecheck && npm run build-declarations && npm run build",
|
|
|
|
"pretest": "npm run build",
|
|
|
|
"pretest": "npm run build",
|
|
|
|
"test": "node test.cjs",
|
|
|
|
"test": "node test.cjs",
|
|
|
|
|
|
|
|
"lint": "eslint src",
|
|
|
|
"build-declarations": "tsc --emitDeclarationOnly",
|
|
|
|
"build-declarations": "tsc --emitDeclarationOnly",
|
|
|
|
"typecheck": "tsc --noemit",
|
|
|
|
"typecheck": "tsc --noemit",
|
|
|
|
"clean-coverage": "rm -rf coverage .nyc_output .xunit",
|
|
|
|
"clean-coverage": "rm -rf coverage .nyc_output .xunit",
|
|
|
|
|