Skip to content

Commit

Permalink
chore: modify deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Feb 20, 2022
1 parent 91c46ca commit 3da85b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"storybook": "start-storybook -s public,test -p 9001",
"predeploy.bk": "npm run build",
"deploy.bk": "gh-pages -d public",
"deploy": "skip gh pages deploy temp",
"deploy": "echo \"skip gh pages deploy\"",
"storycap": "storycap -o \"../../regression/__screenshots__\" --serverCmd \"npm run storybook -- --ci\" --serverTimeout 60000 http://localhost:9001"
},
"keywords": [
Expand Down

0 comments on commit 3da85b6

Please sign in to comment.