Skip to content

Commit

Permalink
fix: post install issue with foundations (#3575)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Dec 9, 2024
1 parent b3bc82a commit 5d10018
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/foundations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
"copy-prepare:woff2": "cpr ../../node_modules/@db-ux/core-icons/dist/fonts assets/icons/functional/fonts -o",
"copy:scss": "cpr scss build/scss -o",
"dev": "vite --open",
"postinstall": "npm-run-all copy-prepare:*",
"prebuild": "npm-run-all copy-prepare:*",
"predev": "npm-run-all copy-prepare:*",
"prestart": "npm-run-all copy-prepare:*",
"regenerate:screenshots": "npx playwright test -c ./test/playwright.config.js --update-snapshots",
"start": "nodemon --config nodemon.json",
"test": "vitest run --config scripts/vitest.config.ts",
Expand Down

0 comments on commit 5d10018

Please sign in to comment.