Skip to content

Commit

Permalink
// Remove test installation during root install
Browse files Browse the repository at this point in the history
On the package.json file
  • Loading branch information
Shudrum committed Feb 19, 2016
1 parent 43cdeec commit 2bcdc02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "prestashop-common",
"version": "1.0.0",
"scripts": {
"install": "npm -C tests/js install",
"upgrade": "npm -C tests/js update",
"install-test": "npm -C tests/js install",
"upgrade-test": "npm -C tests/js update",
"test": "cd tests/js && grunt test",
"test-short": "cd tests/js && grunt test-short",
"test-verbose": "cd tests/js && grunt --stack test-verbose"
Expand Down

0 comments on commit 2bcdc02

Please sign in to comment.