fix(lab): Prebuild org as part of lab start
This commit is contained in:
parent
a812e63192
commit
176aebb087
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ lab:
|
|||
i18n: 'SITE=lab node --conditions=internal ../shared/prebuild/i18n-only.mjs'
|
||||
lint: *nextLint
|
||||
prebuild: *sitePrebuild
|
||||
start: *nextStart
|
||||
start: 'cd ../org && yarn prebuild && cd - && yarn prebuild && yarn dev'
|
||||
|
||||
sde:
|
||||
build: *nextBuild
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"i18n": "SITE=lab node --conditions=internal ../shared/prebuild/i18n-only.mjs",
|
||||
"lint": "next lint",
|
||||
"prebuild": "node --conditions=internal --experimental-json-modules ./prebuild.mjs",
|
||||
"start": "yarn prebuild && yarn dev",
|
||||
"start": "cd ../org && yarn prebuild && cd - && yarn prebuild && yarn dev",
|
||||
"wbuild": "next build",
|
||||
"prewbuild": "node --conditions=internal --experimental-json-modules ./prebuild.mjs"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue