Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jujaga authored Feb 14, 2019
1 parent 30dc9f0 commit 1016fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "cross-env NODE_ENV=development nodemon server/index.js",
"start:prod": "cross-env NODE_ENV=production node server/index.js",
"build": "cross-env NODE_ENV=production webpack --config webpack.prod.js",
"test": "jest --coverage"
"test": "jest --coverage",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
Expand Down

0 comments on commit 1016fc7

Please sign in to comment.