Skip to content

Commit

Permalink
modifying percy script
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Jul 31, 2024
1 parent a6a4fd6 commit 32af0f5
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 @@ -19,7 +19,7 @@
"prepare:fontcss": "cp ./node_modules/@explorer-1/common/src/scss/_fonts.scss ./public/css/font-face.css",
"storybook": "storybook dev -c .storybook -p 6006 --ci",
"build": "storybook build -c .storybook -o storybook_compiled NODE_ENV='production'",
"percy": "percy storybook ./storybook_compiled --debug --verbose",
"percy": "percy storybook ./storybook_compiled --verbose",
"percy:debug": "percy storybook ./storybook_compiled --debug",
"percy:dry-run": "percy storybook ./storybook_compiled --dry-run",
"lint:app": "eslint './.storybook/**/*.@(js|ts)'",
Expand Down

0 comments on commit 32af0f5

Please sign in to comment.