File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
"lint-js" : " yarn prettier --list-different **/*.js **/*.ts" ,
26
26
"lint-rust" : " cargo +nightly fmt --all -- --check && cargo clippy" ,
27
27
"lint-fix" : " yarn prettier --write **/*.js **/*.ts ./programs/**/*.rs ./contracts**/*.sol && cargo +nightly fmt --all && cargo clippy" ,
28
- "clean-fast" : " for dir in node_modules cache cache-zk artifacts artifacts-zk dist typechain out; do mv \" ${dir}\" \" _${dir}\" ; rm -rf \" _${dir}\" &; done" ,
29
- "clean" : " rm -rf node_modules cache cache-zk artifacts artifacts-zk dist typechain out" ,
28
+ "clean-fast" : " for dir in node_modules cache cache-zk artifacts artifacts-zk dist typechain out zkout ; do mv \" ${dir}\" \" _${dir}\" ; rm -rf \" _${dir}\" &; done" ,
29
+ "clean" : " rm -rf node_modules cache cache-zk artifacts artifacts-zk dist typechain out zkout " ,
30
30
"generate-svm-artifacts" : " bash ./scripts/svm/buildHelpers/buildIdl.sh && sh ./scripts/svm/buildHelpers/generateSvmAssets.sh && yarn generate-svm-clients" ,
31
31
"generate-svm-clients" : " yarn ts-node ./scripts/svm/buildHelpers/generateSvmClients.ts && yarn ts-node ./scripts/svm/buildHelpers/renameClientsImports.ts" ,
32
32
"build-evm" : " hardhat compile" ,
You can’t perform that action at this time.
0 commit comments