Merge pull request #15078 from strapi/deits/add-monorepo-clean-script

This commit is contained in:
Jean-Sébastien Herbaux 2022-12-08 09:44:08 +01:00 committed by GitHub
commit ff228ba292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,8 @@
],
"scripts": {
"prepare": "husky install",
"setup": "yarn && yarn build",
"setup": "yarn clean && yarn && yarn build",
"clean": "lerna run --stream clean --no-private",
"watch": "lerna run --stream watch --no-private",
"build": "lerna run --stream build --no-private",
"generate": "plop --plopfile ./packages/generators/admin/plopfile.js",