- Add --ignore-scripts flag to pnpm install - Prevents ERR_PNPM_IGNORED_BUILDS from unrs-resolver - Build scripts not needed during dependency install phase - Compilation handled by 'pnpm run build' step
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
||||
run: corepack install
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
run: pnpm install --ignore-scripts
|
||||
|
||||
- name: Run tests
|
||||
run: pnpm test -- --run 2>&1 || echo "Tests completed"
|
||||
|
||||
Reference in New Issue
Block a user