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 2eaad08 commit 81c52e8Copy full SHA for 81c52e8
package.json
@@ -7,8 +7,7 @@
7
"prebuild": "npm run lint:src & npm run docs",
8
"build": "babel -d lib src/ -s inline",
9
"build:watch": "watch 'npm run build' src",
10
- "prepare": "npm run build",
11
- "prepublishOnly": "npm run build",
+ "prepublishOnly": "babel -d lib src/ -s inline",
12
"pretest": "eslint spec",
13
"test": "jest spec --coverage --collectCoverageFrom=src/**/*.js",
14
"test:watch": "watch 'npm test' src spec",
0 commit comments