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 086c727 commit d5b1af7Copy full SHA for d5b1af7
package.json
@@ -31,7 +31,7 @@
31
"build:scss:pro": "sass themes/minified-scss:themes style/minified-scss:style --style compressed --no-source-map",
32
"clean:lib": "rimraf lib",
33
"clean:dist": "rimraf dist",
34
- "prepublish": "npm run build",
+ "prepublishOnly": "npm run build",
35
"test": "jest",
36
"lint": "eslint src",
37
"deploy": "gh-pages -d demo"
@@ -117,4 +117,4 @@
117
"dependencies": {
118
"prop-types": "^15.7.2"
119
}
120
-}
+}
0 commit comments