mirror of
https://github.com/nasa/openmct.git
synced 2025-01-18 02:39:56 +00:00
[CI] Run JSHINT after tests
This commit is contained in:
parent
d9b2034550
commit
b9e0a77655
@ -13,3 +13,6 @@ deployment:
|
||||
branch: mobile
|
||||
heroku:
|
||||
appname: openmctweb-staging-deux
|
||||
test:
|
||||
post:
|
||||
- npm run jshint --silent
|
||||
|
@ -44,7 +44,7 @@
|
||||
"scripts": {
|
||||
"start": "node app.js",
|
||||
"test": "karma start --single-run",
|
||||
"jshint": "jshint platform example || exit 0",
|
||||
"jshint": "jshint platform example",
|
||||
"watch": "karma start",
|
||||
"jsdoc": "jsdoc -c jsdoc.json -r -d target/docs/api",
|
||||
"otherdoc": "node docs/gendocs.js --in docs/src --out target/docs --suppress-toc 'docs/src/index.md|docs/src/process/index.md'",
|
||||
|
Loading…
Reference in New Issue
Block a user