mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 11:01:22 +03:00
- Updated workflow and pre-commit to work with PNPM, modified package.json to preinstall PNPM only.
This commit is contained in:
@@ -28,10 +28,10 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- run: npm i -g yarn
|
||||
- run: npm i -g pnpm
|
||||
|
||||
- run: yarn install --ignore-engines
|
||||
- run: pnpm install
|
||||
|
||||
- run: yarn lint
|
||||
- run: pnpm lint
|
||||
|
||||
- run: yarn build
|
||||
- run: pnpm build
|
||||
|
||||
Reference in New Issue
Block a user