Skip to content

Commit

Permalink
feat: run tests before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
luhmann committed Feb 14, 2019
1 parent 5023925 commit 180d19b
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 @@ -36,7 +36,7 @@
"start": "yarn develop",
"format": "prettier --write 'src/**/*.js'",
"release": "bash config/release.sh",
"deploy": "yarn build && cli-confirm \"Do you really want to deploy (y)?\" && gsutil -m rsync -d -r -c public gs://www.jfdietrich.com && yarn release",
"deploy": "yarn test && yarn build && cli-confirm \"Do you really want to deploy (y)?\" && gsutil -m rsync -d -r -c public gs://www.jfdietrich.com && yarn release",
"test": "jest"
},
"devDependencies": {
Expand Down

0 comments on commit 180d19b

Please sign in to comment.