Skip to content

Commit

Permalink
chore: gen storybook docs
Browse files Browse the repository at this point in the history
  • Loading branch information
justindujardin committed Feb 9, 2024
1 parent 4a577bd commit b1a3ad8
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 @@ -39,7 +39,7 @@
"semantic-release": "semantic-release",
"docs:json": "compodoc src/app -p ./tsconfig.json -e json -d src",
"storybook": " ng run angular-rpg:storybook",
"build-storybook": " ng run angular-rpg:build-storybook",
"build-storybook": "npm run docs:json && ng run angular-rpg:build-storybook",
"build:prod": "ng build --configuration production",
"test:watch": "ng test",
"coverage:ci": "sh .data/codecov.sh",
Expand Down

0 comments on commit b1a3ad8

Please sign in to comment.