Skip to content

Commit

Permalink
feat: include required scripts to use standard-version
Browse files Browse the repository at this point in the history
  • Loading branch information
victorggonzalez committed Jul 18, 2022
1 parent 05f0314 commit 6389e7b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,11 @@
"hooks:install": "husky install",
"cypress:open": "env-cmd -f ./.env.test cypress open",
"cypress": "concurrently \"yarn start:test\" \"wait-on http://localhost:3112 && yarn cypress:run\"",
"cypress:run": "env-cmd -f ./.env.test cypress run --headless --browser chrome --spec \"cypress/**/*.spec.js\""
"cypress:run": "env-cmd -f ./.env.test cypress run --headless --browser chrome --spec \"cypress/**/*.spec.js\"",
"release": "standard-version -a",
"release:first": "standard-version -a --first-release",
"release:minor": "standard-version -a --release-as minor",
"release:major": "standard-version -a --release-as major"
},
"eslintConfig": {
"extends": "react-app"
Expand Down

0 comments on commit 6389e7b

Please sign in to comment.