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 9068491 commit dd2d6a7Copy full SHA for dd2d6a7
package.json
@@ -32,8 +32,9 @@
32
},
33
"scripts": {
34
"ts-node-dev": "node ./lib/bin",
35
- "tsnd": "yarn ts-node-dev",
36
- "test": "ts-node -T node_modules/mocha/bin/mocha test/*.test.ts",
+ "build": "tsc -p tsconfig.build.json",
+ "release": "np",
37
+ "test": "yarn build && ts-node -T node_modules/mocha/bin/mocha test/*.test.ts",
38
"test-dev": "yarn ts-node-dev -T --respawn --deps --watch lib node_modules/mocha/bin/mocha test/*.test.ts --output",
39
"test-docker": "docker-compose up",
40
"ci": "yarn test",
0 commit comments