Dockerfile

This commit is contained in:
Dave Horton
2020-02-03 10:31:50 -05:00
parent 578349506b
commit eddd4a9a27
2 changed files with 14 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "NODE_ENV=test node test/ | ./node_modules/.bin/tap-spec",
"coverage": "./node_modules/.bin/nyc --reporter html --report-dir ./coverage npm run test",
"jslint": "eslint app.js lib"