Skip to content

Commit

Permalink
add “yarn test” to “yarn deploy”
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayc0 committed Oct 14, 2021
1 parent d454947 commit bc180ea
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 @@ -7,7 +7,7 @@
"scripts": {
"test": "jest",
"build": "./build.js",
"deploy": "yarn build && ./deploy.js"
"deploy": "yarn build && yarn test && ./deploy.js"
},
"devDependencies": {
"@testing-library/react-hooks": "^5.1.2",
Expand Down

0 comments on commit bc180ea

Please sign in to comment.