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 bc52488 commit 7f79942Copy full SHA for 7f79942
package.json
@@ -20,6 +20,7 @@
20
"build": "gulp build",
21
"examples": "gulp examples",
22
"gh-deploy": "git subtree push --prefix examples/dist origin gh-pages",
23
+ "prepublish": "in-publish && gulp build",
24
"test": "gulp test"
25
},
26
"peerDependencies": {
@@ -48,6 +49,7 @@
48
49
"gulp-mocha": "^4.0.1",
50
"gulp-sass": "^3.0.0",
51
"gulp-scss-lint": "^0.4.0",
52
+ "in-publish": "^2.0.0",
53
"jsdom": "^9.11.0",
54
"mocha": "^3.0.2",
55
"react": "^15.4.2",
0 commit comments