Skip to content

Commit c55348c

Browse files
committed
do not freeze lockfile
1 parent 32c50c5 commit c55348c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,7 @@ jobs:
225225
mv package.json.bak package.json
226226
# repeat for offlinedocs
227227
cd ../offlinedocs
228-
mv package.json package.json.bak
229-
jq '{dependencies: {prettier: .devDependencies.prettier}}' < package.json.bak > package.json
230-
yarn --frozen-lockfile
231-
mv package.json.bak package.json
228+
yarn
232229
233230
- name: Install shfmt
234231
run: go install mvdan.cc/sh/v3/cmd/shfmt@v3.5.0

0 commit comments

Comments
 (0)