Skip to content

Commit feab0e1

Browse files
Andaristsapegin
authored andcommitted
Chore: Use prepare script to allow npm@5+ compiling git dependency (styleguidist#760)
1 parent 74a76e9 commit feab0e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"build": "node bin/styleguidist.js build --config examples/basic/styleguide.config.js",
153153
"build:customised": "node bin/styleguidist.js build --config examples/customised/styleguide.config.js",
154154
"build:sections": "node bin/styleguidist.js build --config examples/sections/styleguide.config.js",
155-
"prepublishOnly": "npm run compile",
155+
"prepare": "npm run compile",
156156
"test:browser:pre": "npm i --no-save puppeteer",
157157
"test:browser": "node test/browser.js examples/basic/styleguide/index.html",
158158
"test:browser:customised": "node test/browser.js examples/customised/styleguide/index.html",

0 commit comments

Comments
 (0)