We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b63817 commit c1125c6Copy full SHA for c1125c6
package.json
@@ -13,7 +13,7 @@
13
"build": "npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:umd:min",
14
"clean": "rimraf lib dist es coverage",
15
"lint": "eslint src test",
16
- "prepublish": "npm run clean && npm run build",
+ "prepare": "npm run clean && npm run build",
17
"test": "cross-env BABEL_ENV=commonjs NODE_ENV=test mocha --compilers js:babel-register --recursive --require ./test/setup.js",
18
"test:watch": "npm test -- --watch",
19
"test:cov": "cross-env NODE_ENV=test nyc npm test",
0 commit comments