File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ install_deploysuite: &install_deploysuite
20
20
build_steps : &build_steps
21
21
- checkout
22
22
- run : curl -s https://raw.githubusercontent.com/chronogolf/circleci-google-chrome/master/use_chrome_stable_version.sh | bash
23
- - restore_cache :
24
- key : node-modules-{{ checksum "package-lock.json" }}
23
+ # - restore_cache:
24
+ # key: node-modules-{{ checksum "package-lock.json" }}
25
25
- run : npm install
26
- - save_cache :
27
- key : node-modules-{{ checksum "package-lock.json" }}
28
- paths :
29
- - node_modules
26
+ # - save_cache:
27
+ # key: node-modules-{{ checksum "package-lock.json" }}
28
+ # paths:
29
+ # - node_modules
30
30
- run : ./node_modules/gulp/bin/gulp.js clean
31
31
- run : ./node_modules/gulp/bin/gulp.js build
32
32
# - run: ./node_modules/gulp/bin/gulp.js publish
You can’t perform that action at this time.
0 commit comments