Skip to content

Commit

Permalink
Updated package.json to include dummy scripts for pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanter27 authored Feb 11, 2022
1 parent 962d1a6 commit 356cc1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www",
"build": "echo NO BUILD PROCESS",
"test": "echo NO TESTS AVAILABLE",
"docker": "nodemon --inspect=0.0.0.0 --legacy-watch ./bin/www"
},
"dependencies": {
Expand Down

0 comments on commit 356cc1e

Please sign in to comment.