Skip to content
This repository has been archived by the owner on Aug 21, 2021. It is now read-only.

Commit

Permalink
enable linter configuration during build and test
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonk000 committed Jun 28, 2018
1 parent c7cb530 commit 4f591f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -26,8 +26,8 @@
},
"scripts": {
"clean": "gulp clean",
"build": "gulp build",
"test": "gulp test",
"build": "gulp lintspaces && gulp build",
"test": "gulp lintspaces && gulp test",
"serve": "gulp serve"
},
"devDependencies": {
Expand Down

0 comments on commit 4f591f2

Please sign in to comment.