Skip to content

Commit

Permalink
chore: GH actions test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehenson committed Mar 15, 2024
1 parent ab04c6e commit f14aa44
Show file tree
Hide file tree
Showing 3 changed files with 552 additions and 28 deletions.
3 changes: 3 additions & 0 deletions bs-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{

Check failure on line 1 in bs-config.json

View workflow job for this annotation

GitHub Actions / Prettier

bs-config.json#L1

There are issues with this file's formatting, please run Prettier to fix the errors
"port": 5000
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"eslint-plugin-storybook": "^0.6.15",
"extra-watch-webpack-plugin": "^1.0.3",
"find-imports": "^1.1.0",
"lite-server": "^2.6.1",
"mini-css-extract-plugin": "^1.2.1",
"msw": "1.3.2",
"msw-storybook-addon": "^1.10.0",
Expand Down Expand Up @@ -75,6 +76,7 @@
"update:all": "./scripts/update-dependents.sh",
"pre-release": "./scripts/pre-release.sh",
"release": "./scripts/release.sh",
"start": "lite-server -- port 5000",
"storybook": "storybook dev -p 6006 --no-version-updates",
"build-storybook": "storybook build -o preview"
},
Expand Down
Loading

0 comments on commit f14aa44

Please sign in to comment.