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 d4af33a commit deb1f42Copy full SHA for deb1f42
package.json
@@ -8,7 +8,7 @@
8
"commit": "node bin/git-cz",
9
"build": "babel src --out-dir dist",
10
"build:watch": "babel --watch src --out-dir dist",
11
- "prepublish": "npm run build",
+ "prepublish": "not-in-install && npm run build || true",
12
"report-coverage": "nyc report --reporter=lcov | codecov",
13
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
14
"start": "npm run test:watch",
@@ -54,6 +54,7 @@
54
"chai": "3.5.0",
55
"codecov.io": "0.1.6",
56
"ghooks": "1.2.4",
57
+ "in-publish": "^2.0.0",
58
"mocha": "2.5.3",
59
"node-uuid": "1.4.7",
60
"nodemon": "1.9.2",
0 commit comments