We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3bc82a commit 5d10018Copy full SHA for 5d10018
packages/foundations/package.json
@@ -36,7 +36,9 @@
36
"copy-prepare:woff2": "cpr ../../node_modules/@db-ux/core-icons/dist/fonts assets/icons/functional/fonts -o",
37
"copy:scss": "cpr scss build/scss -o",
38
"dev": "vite --open",
39
- "postinstall": "npm-run-all copy-prepare:*",
+ "prebuild": "npm-run-all copy-prepare:*",
40
+ "predev": "npm-run-all copy-prepare:*",
41
+ "prestart": "npm-run-all copy-prepare:*",
42
"regenerate:screenshots": "npx playwright test -c ./test/playwright.config.js --update-snapshots",
43
"start": "nodemon --config nodemon.json",
44
"test": "vitest run --config scripts/vitest.config.ts",
0 commit comments