Skip to content

Commit

Permalink
add build/release scirpts
Browse files Browse the repository at this point in the history
  • Loading branch information
wclr committed Jun 29, 2021
1 parent 9068491 commit dd2d6a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@
},
"scripts": {
"ts-node-dev": "node ./lib/bin",
"tsnd": "yarn ts-node-dev",
"test": "ts-node -T node_modules/mocha/bin/mocha test/*.test.ts",
"build": "tsc -p tsconfig.build.json",
"release": "np",
"test": "yarn build && ts-node -T node_modules/mocha/bin/mocha test/*.test.ts",
"test-dev": "yarn ts-node-dev -T --respawn --deps --watch lib node_modules/mocha/bin/mocha test/*.test.ts --output",
"test-docker": "docker-compose up",
"ci": "yarn test",
Expand Down

0 comments on commit dd2d6a7

Please sign in to comment.