Skip to content

Commit dbff329

Browse files
authored
Merge pull request #32 from BeeInventor/develop
chore: fix lost yarn command
2 parents d737359 + 91484a5 commit dbff329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version: 16
2828
registry-url: https://npm.pkg.github.com/
2929
scope: '@beeinventor'
30-
- run: install --frozen-lockfile
30+
- run: yarn install --frozen-lockfile
3131
- run: yarn build
3232
- run: npm publish
3333
env:

0 commit comments

Comments
 (0)