Skip to content

Commit

Permalink
Merge pull request #199 from biothings/ariutta-noop-build-script
Browse files Browse the repository at this point in the history
chore: add no-op build script
  • Loading branch information
newgene committed Jun 8, 2021
2 parents f3a1240 + 06c29d5 commit 8917774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "App performing single hop query for BioThings Explorer",
"main": "src/server.js",
"scripts": {
"build": "echo 'no build needed'",
"start": "nodemon --delay 5 src/server.js",
"debug": "DEBUG=* nodemon --delay 5 src/server.js",
"test": "jest --forceExit",
Expand Down

0 comments on commit 8917774

Please sign in to comment.