Skip to content

Commit

Permalink
fix(*): Copy CSS files during build
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenashpole committed Jun 19, 2019
1 parent 2e3153b commit 799e43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- stage: test
script: npm test
- stage: compile
script: npm run build
script: npm run build -- --copy-files
- stage: npm release
if: branch = master
node_js: "stable"
Expand Down

0 comments on commit 799e43c

Please sign in to comment.