Skip to content

Commit

Permalink
ci: skip rimraf in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mcataford committed Mar 1, 2020
1 parent a1ec854 commit 4e1f5bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
script: yarn run lint
- stage: build
name: "Build package"
script: yarn run build
script: yarn run build:ci
- stage: coveralls
name: "Coveralls"
script: yarn run coveralls
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"webpack-dev-server": "^3.1.10"
},
"scripts": {
"build:ci": "node scripts/build.js",
"build": "npm run clean && node scripts/build.js",
"clean": "rimraf dist",
"start": "start-storybook -p 4000 -c .storybook",
Expand Down

0 comments on commit 4e1f5bd

Please sign in to comment.