Skip to content

Commit 5d10018

Browse files
authored
fix: post install issue with foundations (#3575)
1 parent b3bc82a commit 5d10018

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/foundations/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
"copy-prepare:woff2": "cpr ../../node_modules/@db-ux/core-icons/dist/fonts assets/icons/functional/fonts -o",
3737
"copy:scss": "cpr scss build/scss -o",
3838
"dev": "vite --open",
39-
"postinstall": "npm-run-all copy-prepare:*",
39+
"prebuild": "npm-run-all copy-prepare:*",
40+
"predev": "npm-run-all copy-prepare:*",
41+
"prestart": "npm-run-all copy-prepare:*",
4042
"regenerate:screenshots": "npx playwright test -c ./test/playwright.config.js --update-snapshots",
4143
"start": "nodemon --config nodemon.json",
4244
"test": "vitest run --config scripts/vitest.config.ts",

0 commit comments

Comments
 (0)