Skip to content

Commit 668d487

Browse files
Update npm-publish.yml (#236)
changed ``npm ci`` to ``yarn install --frozen-lockfile``
1 parent 3436ea1 commit 668d487

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
registry-url: https://registry.npmjs.org/
3131

3232
- name: Build
33-
run: npm ci
33+
run: yarn install --frozen-lockfile
3434

3535
# - name: End-2-End Testing
3636
# run: npm run e2e

0 commit comments

Comments
 (0)