File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 124
124
125
125
"url" : " https://umbraco.com"
126
126
},
127
+ "workspaces" : [
128
+ " ./src/packages/language"
129
+ ],
127
130
"scripts" : {
128
131
"backoffice:test:e2e" : " npx playwright test" ,
129
132
"build-storybook" : " npm run wc-analyze && storybook build" ,
130
- "build:for:cms" : " npm run build && node ./devops/build/copy-to-cms.js" ,
133
+ "build:for:cms" : " npm run build && npm run build:workspaces && node ./devops/build/copy-to-cms.js" ,
134
+ "build:for:npm" : " npm run build" ,
131
135
"build:for:static" : " vite build" ,
132
136
"build:vite" : " tsc && vite build --mode staging" ,
137
+ "build:workspaces" : " npm run build -ws --if-present" ,
133
138
"build" : " tsc --project ./src/tsconfig.build.json && rollup -c ./src/rollup.config.js && npm run package:validate && npm run generate:manifest && npm run check:paths" ,
134
139
"check" : " npm run lint:errors && npm run compile && npm run build-storybook && npm run generate:jsonschema:dist" ,
135
140
"check:paths" : " node ./devops/build/check-path-length.js src 140" ,
You can’t perform that action at this time.
0 commit comments