setup: add clean scripts
This commit is contained in:
parent
5cd02e8d64
commit
a361820b24
|
@ -24,7 +24,8 @@
|
|||
"test": "mocha",
|
||||
"proto": "run-s 'proto:*'",
|
||||
"proto:lint": "buf lint",
|
||||
"proto:build": "buf generate"
|
||||
"proto:build": "buf generate",
|
||||
"clean": "rm -rf node_modules && rm -rf dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"bn.js": "^5.2.0",
|
||||
|
|
|
@ -21,7 +21,8 @@
|
|||
"build:types": "tsc --emitDeclarationOnly",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"lint": "eslint src",
|
||||
"format": "prettier --write src"
|
||||
"format": "prettier --write src",
|
||||
"clean": "rm -rf node_modules && rm -rf dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hcaptcha/react-hcaptcha": "^1.0.0",
|
||||
|
|
Loading…
Reference in New Issue