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 88a6a62 commit a6909b5Copy full SHA for a6909b5
package.json
@@ -12,6 +12,7 @@
12
"all": "npm run clean && npm run build && npm test && npm run test:mutation",
13
"clean": "rimraf \"+(test|src)/*.+(js|map|tsbuildinfo|d.ts)\" dist",
14
"build": "tsc -b && tsc -p src --outDir dist/esm --module esnext --target esnext",
15
+ "prepare": "npm run build",
16
"test": "mocha",
17
"test:mutation": "stryker run",
18
"version": "npm run generate-changelog",
0 commit comments