Skip to content

Commit

Permalink
fix: issue with prepare for foundations
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Dec 6, 2024
1 parent d1d2681 commit 83f83a8
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 83f83a8

Please sign in to comment.