Skip to content

Commit

Permalink
GUH
Browse files Browse the repository at this point in the history
  • Loading branch information
MotorTruck1221 committed Sep 18, 2024
1 parent 533c201 commit 37a4d19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
toolchain: nightly
target: wasm32-unknown-unknown

- name: Make anura
run: make

- name: Setup PNPM
uses: pnpm/action-setup@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"types": {
"dependsOn": ["^types"],
"dependsOn": ["^types"]
},
"build": {
"dependsOn": ["^build", "types"],
Expand Down

0 comments on commit 37a4d19

Please sign in to comment.