Skip to content

Commit

Permalink
fix: svg import should be launched manually
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Feb 7, 2024
1 parent b84b62a commit aa61aec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"scripts": {
"start": "NODE_OPTIONS=--max_old_space_size=16384 npm run storybook:serve",
"svg:import": "./scripts/import_svgs.sh",
"prebuild": "npm run svg:import",
"build": "tsdx build --format cjs,esm",
"test": "tsdx test ./src ./test --passWithNoTests --coverage",
"test:ci": "tsdx test ./src ./test --passWithNoTests --coverage --runInBand --ci",
Expand All @@ -58,7 +57,6 @@
"format-code": "npx prettier . --write",
"size": "size-limit",
"analyze": "size-limit --why",
"prestorybook": "npm run svg:import",
"storybook:serve": "start-storybook -p 9001 -c .storybook",
"storybook:build": "npm run storybook:build:base --docs",
"storybook:build:base": "build-storybook -c .storybook",
Expand Down

0 comments on commit aa61aec

Please sign in to comment.