Skip to content

Commit 7ee1dbd

Browse files
committed
add windows patch
1 parent 2f2b827 commit 7ee1dbd

File tree

5 files changed

+3310
-4
lines changed

5 files changed

+3310
-4
lines changed

.npmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
loglevel=warn
22
progress=false
3-
package-lock=false
3+
package-lock=true

circle.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
- restore_cache:
138138
key: dependencies-{{ arch }}-{{ .Branch }}-{{ checksum "package.json" }}
139139

140-
- run: npm install
140+
- run: npm ci
141141

142142
- save_cache:
143143
key: dependencies-{{ arch }}-{{ .Branch }}-{{ checksum "package.json" }}
@@ -147,7 +147,8 @@ jobs:
147147
- C:\Users\circleci\AppData\Roaming\npm-cache
148148

149149
- 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
151152
- run: $(npm bin)/run-if npm run cypress:version
152153
- run: $(npm bin)/run-if npm run cypress:run
153154
- run: $(npm bin)/run-if npm run check-videos

0 commit comments

Comments
 (0)