Skip to content

Commit c9eecc1

Browse files
authored
update ci command
1 parent 436e583 commit c9eecc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Package
5151
run: |
52-
yarn ci
52+
yarn install --frozen-lockfile
5353
yarn run build
5454
yarn run package:linux
5555
@@ -83,7 +83,7 @@ jobs:
8383
- name: Build and publish to npm registry
8484
continue-on-error: true
8585
run: |
86-
yarn ci
86+
yarn install --frozen-lockfile
8787
yarn run build
8888
yarn publish --access public
8989
env:

0 commit comments

Comments
 (0)