File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 18
18
],
19
19
"scripts" : {
20
20
"build" : " rollup -c" ,
21
- "prepublishOnly" : " pnpm build" ,
22
- "pretest" : " pnpm build" ,
23
21
"check-node-version" : " check-node-version --npm 10.5.0" ,
24
22
"commitlint" : " commitlint --from 3521760" ,
25
23
"eslint" : " eslint ." ,
26
24
"markdownlint" : " markdownlint-cli2" ,
27
25
"standards" : " npm run commitlint && npm run eslint && npm run markdownlint" ,
28
26
"rust:lint" : " cargo clippy --all-targets --all-features -- -D warnings" ,
29
27
"rust:fix" : " cargo fmt --all" ,
30
- "prepare" : " pnpm build "
28
+ "prepare" : " rollup -c "
31
29
},
32
30
"dependencies" : {
33
- "@tauri-apps/api" : " >=2.0.0-beta.6 "
31
+ "@tauri-apps/api" : " >=2.0.0"
34
32
},
35
33
"devDependencies" : {
36
34
"@silvermine/eslint-config" : " github:silvermine/eslint-config-silvermine#9dc1394edb2a6a3cb27cb5345a9e55e4ee5d08a3" ,
You can’t perform that action at this time.
0 commit comments