diff --git a/package.json b/package.json index cd4eaea0..2c2a4158 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "all": "npm run clean && npm run build && npm test && npm run test:mutation", "clean": "rimraf \"+(test|src)/*.+(js|map|tsbuildinfo|d.ts)\" dist", "build": "tsc -b && tsc -p src --outDir dist/esm --module esnext --target esnext", + "prepare": "npm run build", "test": "mocha", "test:mutation": "stryker run", "version": "npm run generate-changelog",