Switching to yarn

This commit is contained in:
Borales
2023-02-24 18:28:24 +01:00
parent ed15d8809b
commit 7cb627d7ed
7 changed files with 3638 additions and 6055 deletions
+3 -3
View File
@@ -24,12 +24,12 @@ jobs:
node-version: 16.x
- name: Install dependencies
run: npm ci
run: yarn
- name: Rebuild the dist/ directory
run: |
npm run build
npm run package
yarn build
yarn package
- name: Compare the expected and actual dist/ directories
run: |
if [ "$(git diff --ignore-space-at-eol dist/ | wc -l)" -gt "0" ]; then