Run build before tests

master
Kuba Orlik 1 year ago
parent ef2b67b242
commit 08f06df152

@ -6,6 +6,7 @@
"scripts": {
"build": "node ./esbuild.cjs",
"prepare": "rm -rf @types && npm run typecheck && npm run build-declarations && npm run build",
"pretest": "npm run build",
"test": "node test.cjs",
"build-declarations": "tsc --emitDeclarationOnly",
"typecheck": "tsc --noemit",

Loading…
Cancel
Save