From 84c2086da2b97c54886eb1d49f491729b3d64138 Mon Sep 17 00:00:00 2001 From: Jonathan Barrow Date: Thu, 27 Apr 2023 14:39:02 -0400 Subject: [PATCH] Updated build command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7128e53..535bcef 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "./dist/server.js", "scripts": { "lint": "npx eslint .", - "build": "npm run lint && npm run clean && tsc && tsc-alias && npm run copy-static", + "build": "npm run lint && npm run clean && npx tsc && npx tsc-alias && npm run copy-static", "clean": "rimraf ./dist", "copy-static": "npm run copy-assets && npm run copy-timezones", "copy-assets": "cp -r ./src/assets ./dist/assets",