We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 733e005 commit 3f9a172Copy full SHA for 3f9a172
1 file changed
package.json
@@ -12,8 +12,6 @@
12
"scripts": {
13
"commit": "cz",
14
"test": "nyc ts-mocha --config .mocharc.js --paths -p ./tsconfig.json ./src/tests/unit/**/*.test.ts",
15
- "prepublish": "yarn build",
16
- "postpublish": "yarn build",
17
"build": "babel src --out-dir lib --copy-files --extensions \".ts\"",
18
"watch": "yarn build --watch --source-maps inline",
19
"lint": "eslint src --ext .ts",
0 commit comments