Skip to content

Commit

Permalink
fix: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
victorggonzalez authored Sep 6, 2022
1 parent 8c874d8 commit 6b19f7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"release:first": "standard-version -a --first-release",
"release:minor": "standard-version -a --release-as minor",
"release:major": "standard-version -a --release-as major",
"release:patch": "standard-version -a --release-as patch",
"cypress:open": "cypress open",
"cypress": "concurrently \"yarn start:test\" \"wait-on http://localhost:3333 && yarn cypress:run\"",
"cypress:run": "env-cmd -f ./.env.test cypress run --headless --browser chrome --spec \"cypress/**/*.spec.js\"",
Expand Down

0 comments on commit 6b19f7c

Please sign in to comment.