Skip to content

Commit

Permalink
✨ [#49] update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkiysendoorn1 committed Mar 19, 2024
1 parent a5272e0 commit 74a6798
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
cd storybook-static/ && tar -xvf artifact.tar && cd ..
npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \
"npx http-server storybook-static --port 6006 --quiet" \
"npx wait-on -l http://127.0.0.1:6006 && npm test:storybook"
"npx wait-on -l http://127.0.0.1:6006 && npm run test:storybook"

deploy:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export const parameters = {
actions: { argTypesRegex: "^on[A-Z].*" },
actions: {argTypesRegex: '^on[A-Z].*'},
controls: {
matchers: {
color: /(background|color)$/i,
date: /Date$/,
},
},
}
};
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"makemessages": "formatjs extract",
"compilemessages": "formatjs compile-folder --ast i18n/messages i18n/compiled",
"watch": "ttsc -p tsconfig.prod.json --watch"
},
"files": [
Expand Down Expand Up @@ -78,6 +77,5 @@
"@storybook/test": "^8.0.0",
"clsx": "^2.1.0",
"formik": "^2.4.5"
},
"packageManager": "[email protected]+sha1.c85a4305534f76d461407b59277b954bac97b5c4"
}
}

0 comments on commit 74a6798

Please sign in to comment.