Skip to content

Commit

Permalink
Build: Use prebuild script instead of a separate command on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Okonetchnikov committed Mar 29, 2018
1 parent 416f068 commit 26c7acf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
"precompile": "rimraf lib/",
"compile": "babel --ignore '*.spec.js' -d lib/ src/",
"compile:watch": "babel --ignore '*.spec.js' --watch -d lib/ src/",
"prebuild": "npm run compile",
"build": "node bin/styleguidist.js build --config examples/basic/styleguide.config.js",
"build:customised": "node bin/styleguidist.js build --config examples/customised/styleguide.config.js",
"build:sections": "node bin/styleguidist.js build --config examples/sections/styleguide.config.js",
Expand Down

0 comments on commit 26c7acf

Please sign in to comment.