Skip to content

Commit

Permalink
fix(build): worker threads seem to be the issue
Browse files Browse the repository at this point in the history
Alternatively, importing sharp first in setup file could preserve parallel execution. release-npm
  • Loading branch information
tobua committed Dec 17, 2022
1 parent 7d4b1cd commit ac4d6fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install --legacy-peer-deps --ignore-scripts=false
- run: npm install --legacy-peer-deps
- name: 🧪 Test
run: npm test -- adaptive
run: npm test
- name: 🚧 Build
run: npm run build
- uses: tobua/release-npm-action@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"build": "padua build",
"start": "padua watch",
"test": "vitest run"
"test": "vitest run --no-threads"
},
"padua": {
"esbuild": {
Expand Down

0 comments on commit ac4d6fd

Please sign in to comment.