Skip to content

Commit

Permalink
Fixing Storybook tests Pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Hallett committed Apr 5, 2024
1 parent ad7e464 commit ed3d7c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"lint": "eslint src app lib",
"stylelint": "stylelint **/*.scss",
"checks": "npm-run-all test lint stylelint",
"start-storybook": "npm-run-all -s sass-compile-govuk && sb dev -p 6006",
"build-storybook": "npm-run-all -s sass-compile-govuk && sb build --quiet",
"start-storybook": "npm-run-all -s sass-compile-govuk && storybook dev -p 6006",
"build-storybook": "npm-run-all -s sass-compile-govuk && storybook build --quiet",
"test-storybook": "test-storybook"
},
"author": {
Expand Down

0 comments on commit ed3d7c8

Please sign in to comment.