Skip to content

Commit

Permalink
fix(ci): remove npm install yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
paolofacchinetti committed May 16, 2024
1 parent 613059e commit 94b8850
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
cd ../ketchup-react
node scripts/kr-npm-snapshot.js
cd ../..
npm install yarn
yarn install --no-immutable
npm run k:build
# - run: npm run publish:snapshot
Expand Down

0 comments on commit 94b8850

Please sign in to comment.