You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -145,11 +145,12 @@
145
145
"backoffice:test:e2e": "npx playwright test",
146
146
"build-storybook": "npm run wc-analyze && storybook build",
147
147
"build:for:cms": "npm run build && npm run build:workspaces && npm run generate:manifest && npm run package:validate && node ./devops/build/copy-to-cms.js",
148
-
"build:for:npm": "tsc --project ./src/tsconfig.build.json --declaration && rollup -c ./src/rollup.config.js && npm run generate:manifest && npm run package:validate",
148
+
"build:for:npm": "npm run build -- --declaration && npm run generate:manifest && npm run package:validate",
149
149
"build:for:static": "vite build",
150
150
"build:vite": "tsc && vite build --mode staging",
151
151
"build:workspaces": "npm run build -ws --if-present",
0 commit comments