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 74a76e9 commit feab0e1Copy full SHA for feab0e1
package.json
@@ -152,7 +152,7 @@
152
"build": "node bin/styleguidist.js build --config examples/basic/styleguide.config.js",
153
"build:customised": "node bin/styleguidist.js build --config examples/customised/styleguide.config.js",
154
"build:sections": "node bin/styleguidist.js build --config examples/sections/styleguide.config.js",
155
- "prepublishOnly": "npm run compile",
+ "prepare": "npm run compile",
156
"test:browser:pre": "npm i --no-save puppeteer",
157
"test:browser": "node test/browser.js examples/basic/styleguide/index.html",
158
"test:browser:customised": "node test/browser.js examples/customised/styleguide/index.html",
0 commit comments