Skip to content

Commit

Permalink
chore: update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paalamugan committed May 20, 2024
1 parent a713061 commit 9f97102
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 @@ -33,7 +33,7 @@
"test": "npm run test:unit",
"test:e2e": "playwright test",
"test:e2e:ui": "npm run test:e2e -- --ui",
"test:e2e:ci": "start-server-and-test start test:e2e",
"test:e2e:ci": "start-server-and-test :3000 'pnpm test:e2e'",
"storybook:open": "storybook dev -p 6006",
"storybook": "npm run storybook:open -- --quiet --no-open",
"storybook:build": "storybook build --quiet --webpack-stats-json",
Expand Down

0 comments on commit 9f97102

Please sign in to comment.