chore: Add yarn buildall to kickstart
This commit is contained in:
parent
c7025403e5
commit
b4e96449ea
2 changed files with 1 additions and 9 deletions
|
@ -45,7 +45,7 @@
|
||||||
"strapi:translate": "node scripts/strapi-en-to-other.mjs",
|
"strapi:translate": "node scripts/strapi-en-to-other.mjs",
|
||||||
"fixdocs": "remark markdown --quiet --frail --output",
|
"fixdocs": "remark markdown --quiet --frail --output",
|
||||||
"wbuildall": "lerna run wbuildall",
|
"wbuildall": "lerna run wbuildall",
|
||||||
"prepare": "husky install"
|
"prepare": "husky install && yarn buildall"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -100,14 +100,6 @@ async function addDesign() {
|
||||||
If you change any of these, run ${chalk.blue('yarn reconfigure')} to update the package(s).
|
If you change any of these, run ${chalk.blue('yarn reconfigure')} to update the package(s).
|
||||||
|
|
||||||
|
|
||||||
${chalk.bold.yellow('⚒️ Build packages at least once')}
|
|
||||||
${chalk.gray('≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡')}
|
|
||||||
|
|
||||||
⚠️ You need to run ${chalk.blue('yarn buildall')} at least once before you run the steps below.
|
|
||||||
${chalk.gray(`If you have never built the packages (for example, you have just cloned this repo),
|
|
||||||
do this now. You only need to re-run this step when you make changes to core plugins`)}
|
|
||||||
|
|
||||||
|
|
||||||
${chalk.bold.yellow('👷 Get to work')}
|
${chalk.bold.yellow('👷 Get to work')}
|
||||||
${chalk.gray('≡≡≡≡≡≡≡≡≡≡≡≡≡≡')}
|
${chalk.gray('≡≡≡≡≡≡≡≡≡≡≡≡≡≡')}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue