Skip to content

Commit

Permalink
updating ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Jul 31, 2024
1 parent 7628fed commit 05572af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/vue-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"start": "http-server storybook_compiled -p 6006 -c-1 -s",
"test": "test-storybook --stories-json --maxWorkers=4 --skipTags=\"skip-test\"",
"test:cross-browser": "test-storybook --stories-json --verbose --maxWorkers=4 --browsers chromium webkit firefox",
"test:ci": "test-storybook --stories-json --maxWorkers=4",
"test:ci": "test-storybook --stories-json --maxWorkers=4 --skipTags=\"skip-test\"",
"update:storybook": "npx storybook@latest upgrade --package-manager pnpm"
},
"dependencies": {
Expand Down

0 comments on commit 05572af

Please sign in to comment.