Skip to content

Commit c921642

Browse files
fix: Don't use pnpm build
1 parent 0c8f48e commit c921642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"standards": "npm run commitlint && npm run eslint && npm run markdownlint",
2828
"rust:lint": "cargo clippy --all-targets --all-features -- -D warnings",
2929
"rust:fix": "cargo fmt --all",
30-
"prepare": "pnpm build"
30+
"prepare": "rollup -c"
3131
},
3232
"dependencies": {
3333
"@tauri-apps/api": ">=2.0.0-beta.6"

0 commit comments

Comments
 (0)