Skip to content

Commit

Permalink
Organise scripts as barrel.mjs does not exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
8845musign committed Jul 11, 2024
1 parent c18e213 commit 85aecdf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@
"fix:eslint": "npm run lint:eslint -- --fix",
"fix:prettier": "prettier -w src",
"fix:stylelint": "npm run lint:stylelint -- --fix",
"generate": "npm run generate:scaffold && npm run generate:barrel",
"generate:scaffold": "scaffdog generate component",
"generate:barrel": "node ./scripts/barrel.mjs",
"generate": "scaffdog generate component",
"prestorybook": "npm run build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
Expand Down

0 comments on commit 85aecdf

Please sign in to comment.