Added code linter in the test command

This commit is contained in:
CJ Patoilo 2016-09-11 02:08:27 -03:00
parent 72130018c2
commit d6242241da
1 changed files with 1 additions and 1 deletions

View File

@ -70,6 +70,6 @@
"start": "run-p watch serve",
"reference": "cd node_modules/backstopjs && npm run reference -- --configPath=../../test/visual/backstop.config.js && cd ../../",
"compare": "cd node_modules/backstopjs && npm run test -- --configPath=../../test/visual/backstop.config.js && cd ../../",
"test": "run-p serve compare"
"test": "npm run lint"
}
}