+1
-1
@@ -14,7 +14,7 @@
|
||||
"create-component": "npx generate-react-cli component",
|
||||
"gc": "bun run .scripts/create-fsd-component.ts",
|
||||
"gicons": "npx @svgr/cli --ext tsx --typescript --no-prettier --icon --ref --no-svgo ./src/shared/assets/raw-icons/ --out-dir ./src/shared/ui/Icons/",
|
||||
"gen:api-types": "openapi-typescript http://127.0.0.1:8000/api/schema/ --output src/shared/api/__generated__/openapi.types.ts",
|
||||
"gen:api-types": "bun --env-file=.env.production .scripts/gen-api-types.mjs",
|
||||
"test:e2e": "bunx playwright test --project=chromium --headed",
|
||||
"test:integration": "bunx playwright test --project=integration --headed"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user