Skip to content

Commit

Permalink
format with turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
av8ta committed Apr 7, 2024
1 parent 047136d commit 944e1df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "turbo run test",
"clean": "turbo run clean",
"lint": "turbo run lint",
"format": "prettier --write .",
"format": "turbo run format",
"build:wasm:dev": "wasm-pack build --target web packages/cadmium --dev --no-typescript",
"build:wasm": "wasm-pack build --target web packages/cadmium"
},
Expand Down
4 changes: 4 additions & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"dependsOn": ["^build"]
},
"lint": {},
"format": {
"cache": false,
"persistent": false
},
"serve": {},
"clean": {
"cache": false,
Expand Down

0 comments on commit 944e1df

Please sign in to comment.