File tree Expand file tree Collapse file tree 4 files changed +243
-120
lines changed
Expand file tree Collapse file tree 4 files changed +243
-120
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ commands:
4040 command : sudo npm install -g npm@latest
4141 - restore_cache :
4242 keys :
43- - google-optimize-service-dependencies-{{ checksum "package.json" }}
43+ - google-optimize-service-dependencies-{{ checksum "package-lock .json" }}
4444 - run :
4545 name : install dependencies
4646 command : npm install
4747 - save_cache :
4848 paths :
4949 - node_modules
50- key : google-optimize-service-dependencies-{{ checksum "package.json" }}
50+ key : google-optimize-service-dependencies-{{ checksum "package-lock .json" }}
5151 - extract-changelog-version
5252
5353 create-test-project :
Original file line number Diff line number Diff line change 1+ ## 1.1.1
2+ * [ #14 : Update dependencies.] ( https://github.com/haensl/google-optimize-service/issues/14 )
3+ * Use package-lock checksum in cache key.
4+
15## 1.1.0
26* [ #9 : Add test for deployed module.] ( https://github.com/haensl/google-optimize-service/issues/9 )
37
You can’t perform that action at this time.
0 commit comments