♻️ run scripts with npm run vs yarn

This commit is contained in:
platane
2023-07-17 22:13:00 +02:00
parent 3eed9ce6d6
commit 54dbbbf73d
2 changed files with 6 additions and 6 deletions

View File

@@ -53,7 +53,7 @@ jobs:
- name: build svg-only action
run: |
yarn install --frozen-lockfile
yarn build:action
npm run build:action
rm -r svg-only/dist
mv packages/action/dist svg-only/dist