Skip to content

Commit

Permalink
fix: we need to separate the npx from @db-ui/gif parameters (#3165)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Sep 9, 2024
1 parent ea1474a commit c2c0b23
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 @@ -32,7 +32,7 @@
"copy-normalize": "cpr ../../node_modules/@csstools/normalize.css/normalize.css scss/_normalize.scss -o",
"copy:scss": "cpr scss build/scss -o",
"dev": "vite --open",
"generate:icon-fonts": "npx --no @db-ui/gif --src ./assets/icons/functional --variants filled inverted --fontName db-ux --withSizes true --debug true",
"generate:icon-fonts": "gif --src ./assets/icons/functional --variants filled inverted --fontName db-ux --withSizes true --debug true",
"prepare": "npm run copy-normalize",
"regenerate:screenshots": "npx playwright test -c ./test/playwright.config.mjs --update-snapshots",
"start": "nodemon --config nodemon.json",
Expand Down

0 comments on commit c2c0b23

Please sign in to comment.