Skip to content

Commit

Permalink
remove node_modules from release
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganland committed Jul 20, 2020
1 parent 984ee29 commit e9871a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- cd dispatch/static/manager
- npm install --force
- npm run-script build
- rm -rf node_modules
- cd ../../../
script: python setup.py sdist
deploy:
Expand Down

0 comments on commit e9871a3

Please sign in to comment.