Skip to content

Commit b4c64be

Browse files
committed
chore(web): clean/clear
1 parent 30f85f3 commit b4c64be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
},
2424
"packageManager": "[email protected]",
2525
"scripts": {
26-
"clear": "rm -r .parcel-cache",
27-
"clean": "rm dist/bundle.js",
26+
"clear": "rm -fr ../.parcel-cache dist/bundle.js",
2827
"start": "parcel",
2928
"start-local": "REACT_APP_SUBGRAPH_ENDPOINT=http://localhost:8000/subgraphs/name/kleros/kleros-v2-core-local parcel",
3029
"build": "yarn generate && yarn parcel build",

0 commit comments

Comments
 (0)