Merge pull request #7957 from tchak/chore-improuve-yarn-clean

chore(dev): yarn clean should use vite clobber
This commit is contained in:
LeSim 2022-10-25 16:19:20 +02:00 committed by GitHub
commit 086b391de4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@
"vitest": "^0.20.3" "vitest": "^0.20.3"
}, },
"scripts": { "scripts": {
"clean": "del tmp public/packs public/packs-test public/vite public/vite-dev public/vite-test node_modules/.vite public/graphql", "clean": "del tmp public/graphql && bin/vite clobber",
"lint:js": "eslint --ext .js,.jsx,.ts,.tsx ./app/javascript", "lint:js": "eslint --ext .js,.jsx,.ts,.tsx ./app/javascript",
"webpack:build": "NODE_ENV=production bin/webpack", "webpack:build": "NODE_ENV=production bin/webpack",
"lint:types": "tsc", "lint:types": "tsc",