Skip to content

Commit

Permalink
chore: --no-immutable yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
paolofacchinetti authored May 16, 2024
1 parent 87bbc04 commit 2d57c87
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,14 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: |
pwd
cd packages/ketchup
pwd
node scripts/k-npm-snapshot.js
cd ../ketchup-react
pwd
node scripts/kr-npm-snapshot.js
cd ../..
pwd
npm install yarn
node -v
yarn -v
yarn cache clean --all
yarn install
yarn install --no-immutable
npm run k:build
# - run: npm run publish:snapshot
# env:
# NODE_AUTH_TOKEN: {{ secrets.NPM_TOKEN }}
# NODE_AUTH_TOKEN: {{ secrets.NPM_TOKEN }}

0 comments on commit 2d57c87

Please sign in to comment.