Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 7b976ae

Browse files
committed
fix npm script also
1 parent 1a0e2c5 commit 7b976ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"webpack": "^1.12.9"
2525
},
2626
"scripts": {
27-
"update:nodejs": "sudo rm -rf ~/.nvm - curl -sL 'https://deb.nodesource.com/setup_${NODE_RELEASE}' | sudo -E bash && sudo apt-get install -y nodejs",
27+
"update:nodejs": "sudo rm -rf ~/.nvm && curl -sL 'https://deb.nodesource.com/setup_${NODE_RELEASE}' | sudo -E bash && sudo apt-get install -y nodejs",
2828
"pretravis:install": "npm run update:nodejs && npm install -g bower && npm set progress=false",
2929
"travis:install": "npm install && bower install",
3030
"test": "\"node_modules/karma/bin/karma\" start --single-run --browsers PhantomJS",

0 commit comments

Comments
 (0)