From c2c0b23049c3522ecfafb30af17a56ad56aba913 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:52:40 +0200 Subject: [PATCH] fix: we need to separate the npx from @db-ui/gif parameters (#3165) --- packages/foundations/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/foundations/package.json b/packages/foundations/package.json index 520edb4ac03..748aa2d1eda 100644 --- a/packages/foundations/package.json +++ b/packages/foundations/package.json @@ -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",