Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoavmartin authored Jun 1, 2021
1 parent 8456a99 commit 5e73b27
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 @@ -30,7 +30,7 @@
"scripts": {
"start": "node server.js",
"dev": "cross-env PORT=5000 nodemon",
"test:e2e": "cross-env NODE_ENV=test cypress open",
"test:e2e": "cross-env NODE_ENV=test cypress open",
"test:ci": "cross-env NODE_ENV=test cypress run",
"test": "node node_modules/grunt-cli/bin/grunt test",
"db:seed": "cross-env NODE_ENV=test grunt db-reset",
Expand Down

0 comments on commit 5e73b27

Please sign in to comment.