Skip to content

Commit

Permalink
Lint it
Browse files Browse the repository at this point in the history
  • Loading branch information
solocommand committed Apr 2, 2019
1 parent 6531299 commit f23136a
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 @@ -10,7 +10,7 @@
"lint": "node_modules/.bin/gulp lint",
"dev": "node_modules/.bin/gulp",
"serve": "NODE_ENV=production node src/index",
"test": "echo 'No tests specified'; exit 0"
"test": "node_modules/.bin/gulp lint"
},
"dependencies": {
"@base-cms/object-path": "^0.6.0",
Expand Down

0 comments on commit f23136a

Please sign in to comment.