Skip to content

Commit

Permalink
fix: issue with prepare script for foundations (#3565)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Dec 6, 2024
1 parent 9020d36 commit 40a4ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/foundations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"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",
"prepare": "npm-run-all copy-prepare:*",
"postinstall": "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 40a4ea2

Please sign in to comment.