Skip to content

Commit

Permalink
deployment process fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matepek committed Nov 25, 2018
1 parent b5da64b commit 1e96428
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ script:
after_failure:
- cat ./out/test/testlogs.txt

before_deploy:
- npm install
- npm audit
- npm run compile

deploy:
provider: script
script: bash src/repo_scripts/deploy.sh
Expand Down
3 changes: 3 additions & 0 deletions src/repo_scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# !/bin/sh

npm install
npm audit
npm run compile
node ./out/repo_scripts/deploy.js

0 comments on commit 1e96428

Please sign in to comment.