Added json clean command

This commit is contained in:
Angelillo15 2023-08-06 18:57:05 +02:00
parent a6db4e2382
commit 34a559f3e8
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@
"yarn-deduplicate": "^1.1.1"
},
"scripts": {
"clean": "cd public/assets && find . \\( -name \"*.js\" -o -name \"*.map\" \\) -type f -delete",
"clean": "cd public/assets && find . \\( -name \"*.js\" -o -name \"*.map\" -o -name \"*.json\" \\) -type f -delete",
"test": "jest",
"lint": "eslint ./resources/scripts/**/*.{ts,tsx} --ext .ts,.tsx",
"watch": "cross-env NODE_ENV=development ./node_modules/.bin/webpack --watch --progress",