Skip to content

chore: --no-immutable yarn install #256

chore: --no-immutable yarn install

chore: --no-immutable yarn install #256

Workflow file for this run

name: test
on:
push:
branches:
- feat/ga
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: |
cd packages/ketchup
node scripts/k-npm-snapshot.js
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
# env:
# NODE_AUTH_TOKEN: {{ secrets.NPM_TOKEN }}