Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit bc15f1c

Browse files
heathkitcnishina
authored andcommitted
chore(ci): Update npm dependencies on CI runs. (#3807)
- Update npm dependencies on CI runs. - Fix path for calling gulp. * Cache the testapp's node modules.
1 parent f79cec8 commit bc15f1c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Diff for: circle.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,19 @@ machine:
77
- npm install -g npm@3
88

99
dependencies:
10+
override:
11+
- npm update
12+
cache_directories:
13+
- testapp/node_modules
1014
post:
11-
- gulp format:enforce
15+
- ./node_modules/.bin/gulp format:enforce
1216
- ./node_modules/.bin/webdriver-manager update
1317
- ./node_modules/.bin/webdriver-manager start:
1418
background: true
15-
- npm run install_testapp
19+
- cd testapp && npm update
1620
- npm start:
1721
background: true
22+
1823
test:
1924
override:
2025
- npm test

0 commit comments

Comments
 (0)