Skip to content

Commit

Permalink
Change install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
SujeethJinesh committed Feb 20, 2019
1 parent cf498d5 commit 1f04162
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/travis_build.sh
@@ -1,5 +1,5 @@
#!/bin/bash

cd ../client/
npm install
npm i -f
npm build
2 changes: 1 addition & 1 deletion scripts/travis_test.sh
@@ -1,5 +1,5 @@
#!/bin/bash

cd ../client/
npm install
npm i -f
npm test

0 comments on commit 1f04162

Please sign in to comment.