mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 00:37:24 +00:00
Merge pull request #15078 from strapi/deits/add-monorepo-clean-script
This commit is contained in:
commit
ff228ba292
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user