Skip to content

Commit e6bd1e7

Browse files
committed
Remove build from test script.
1 parent 6aeb976 commit e6bd1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"react-modal": "~0.6.1"
8888
},
8989
"scripts": {
90-
"test": "npm run lint && npm run mocha && npm run build",
90+
"test": "npm run lint && npm run mocha",
9191
"mocha": "mocha test",
9292
"mocha:watch": "mocha --watch --reporter min test",
9393
"start": "./bin/styleguidist server --config example/styleguide.config.js",

0 commit comments

Comments
 (0)