Skip to content

Commit

Permalink
Updated build command (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
dblane-digicatapult committed Sep 8, 2022
1 parent 35e284d commit c332549
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@digicatapult/morello-api",
"version": "0.6.5",
"version": "0.6.6",
"description": "An interface for executing binaries on it's self and morello host.",
"main": "src/index.ts",
"scripts": {
"lint": "eslint .",
"build:tsoa": "tsoa spec-and-routes",
"build": "npm run build:tsoa && tsc",
"build": "tsoa spec-and-routes && tsc",
"start": "node build/index.js",
"depcheck": "depcheck",
"dev": "concurrently \"npx tsc --watch\" \"nodemon -q build/index.js | pino-colada\"",
Expand Down

0 comments on commit c332549

Please sign in to comment.