Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

Commit 9ef34d8

Browse files
committed
fix npm install
1 parent 2e280b5 commit 9ef34d8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ node_js:
55
before_install:
66
- npm install -g [email protected]
77
install:
8-
- npm install
8+
- npm install
9+
- npm run test:install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"LICENSE-APACHE-2.0"
3434
],
3535
"scripts": {
36-
"postinstall": "cd test/angular-1-2 && npm install && cd ../angular-1-5 && npm install",
36+
"test:install": "cd test/angular-1-2 && npm install && cd ../angular-1-5 && npm install",
3737
"test": "./node_modules/.bin/gulp test",
3838
"build": "./node_modules/.bin/gulp build",
3939
"start": "./node_modules/.bin/gulp watch"

0 commit comments

Comments
 (0)