Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Dec 26, 2024
1 parent 15d9b78 commit 4991371
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ jobs:
run: |
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
npm install
cd packages/ridb && npm test
npm run build
npm test
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 2 additions & 8 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,10 @@
"outputs": ["build/**"]
},
"test": {
"persistent": true,
"cache": false
"dependsOn": ["^test"]
},
"docs": {
"persistent": true,
"cache": false
},
"dev": {
"persistent": true,
"cache": false
"dependsOn": ["^docs"]
}
}
}

0 comments on commit 4991371

Please sign in to comment.