File tree 5 files changed +3310
-4
lines changed
5 files changed +3310
-4
lines changed Original file line number Diff line number Diff line change 1
1
loglevel = warn
2
2
progress = false
3
- package-lock = false
3
+ package-lock = true
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137
137
- restore_cache :
138
138
key : dependencies-{{ arch }}-{{ .Branch }}-{{ checksum "package.json" }}
139
139
140
- - run : npm install
140
+ - run : npm ci
141
141
142
142
- save_cache :
143
143
key : dependencies-{{ arch }}-{{ .Branch }}-{{ checksum "package.json" }}
@@ -147,7 +147,8 @@ jobs:
147
147
- C:\Users\circleci\AppData\Roaming\npm-cache
148
148
149
149
- run : npm install @cypress/commit-message-install
150
- - run : $(npm bin)/commit-message-install --else "npm install cypress"
150
+ - run : $(npm bin)/commit-message-install --else "npm ci"
151
+ - run : npx patch-package
151
152
- run : $(npm bin)/run-if npm run cypress:version
152
153
- run : $(npm bin)/run-if npm run cypress:run
153
154
- run : $(npm bin)/run-if npm run check-videos
You can’t perform that action at this time.
0 commit comments