Skip to content

Commit 5db4555

Browse files
author
Nikita Filonov
committed
Update npm-publish.yml
1 parent 65bb115 commit 5db4555

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
registry-url: 'https://registry.npmjs.org/'
2121

2222
- name: 📦 Install dependencies
23-
run: npm ci
23+
run: yarn install --frozen-lockfile
2424

2525
- name: 🛠 Build project
2626
run: |
27-
npm run build
28-
npm run report:deploy
27+
yarn build
28+
yarn report:deploy
2929
3030
- name: 🚀 Publish to NPM
31-
run: npm publish --access public
31+
run: yarn publish --access public
3232
env:
3333
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)