update yarn prepare

This commit is contained in:
Tyler Shipe 2021-09-10 12:20:45 -04:00
parent 3015f73724
commit d01bfd618d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
"build": "tsc --project ./tsconfig.production.json",
"start": "ts-node src/tests.ts",
"clean": "rm -rf lib",
"prepare": "run-s clean build",
"prepare": "yarn clean && yarn build",
"shell": "node -e \"$(< shell)\" -i --experimental-repl-await",
"test": "mocha -r ts-node/register tests/Stateless.test.ts --timeout 0",
"test:build": "run-s build",