Skip to content

Commit

Permalink
Forgot to install npm modules
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jan 26, 2019
1 parent 9257020 commit 936399e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ fi

if [[ ! -z "$NPM" ]]; then
./go node:atoms
cd javascript/node/selenium-webdriver; npm run $NPM
cd javascript/node/selenium-webdriver; npm install; npm run $NPM
fi

0 comments on commit 936399e

Please sign in to comment.