From c332549d3b97af5f0f36301984ca5600c8d13883 Mon Sep 17 00:00:00 2001 From: David Blane <32327139+dblane-digicatapult@users.noreply.github.com> Date: Thu, 8 Sep 2022 13:43:09 +0100 Subject: [PATCH] Updated build command (#23) --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 03a1119..a105a2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@digicatapult/morello-api", - "version": "0.6.5", + "version": "0.6.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@digicatapult/morello-api", - "version": "0.6.5", + "version": "0.6.6", "license": "Apache-2.0", "dependencies": { "body-parser": "^1.20.0", diff --git a/package.json b/package.json index 05e8582..ca8d74e 100644 --- a/package.json +++ b/package.json @@ -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\"",