Skip to content

Commit

Permalink
Change the test script to just check whether code follows guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
rsarky committed Dec 18, 2018
1 parent 83c8659 commit 0044168
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 @@ -68,7 +68,7 @@
"start": "node scripts/start.js",
"build:stage": "env-cmd .env.staging node scripts/build.js",
"build:prod": "env-cmd .env.production node scripts/build.js",
"test": "standard --fix"
"test": "standard"
},
"jest": {
"collectCoverageFrom": [
Expand Down

0 comments on commit 0044168

Please sign in to comment.