Skip to content

Commit

Permalink
feat: publish website script
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoirelacoste authored and JalilArfaoui committed Nov 11, 2021
1 parent e14c7d7 commit 5b718a5
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 @@ -31,7 +31,7 @@
"build-storybook": "build-storybook",
"website": "cd src/app/website && yarn",
"build:website": "yarn build:profiles:production && yarn website build",
"publish:website": "yarn build:profiles:production && yarn website build && cd src/app/website/public && git push clever master"
"publish:website": "yarn build:website && cp -R ./src/app/website/public ./build/production/website"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 5b718a5

Please sign in to comment.