Skip to content

Commit

Permalink
Also build icons before docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
humphreyja committed Oct 9, 2024
1 parent 6cad278 commit 286d5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test:ci": "jest",
"cover": "jest --coverage",
"start": "npm run build:svgr && storybook dev -p 8080",
"build:docs": "storybook build -o ./build",
"build:docs": "npm run build:svgr && storybook build -o ./build",
"preview-doc-build": "npx http-server build/",
"build:font": "svgtofont --sources ./icons/regular --output ./tmp/font --fontName npkicons && node ./scripts/prepareFont",
"build:icons": "npm run build:svgr && BUILD_ENV=release babel tmp/icons -d dist/icons",
Expand Down

0 comments on commit 286d5b6

Please sign in to comment.