From 271e34ff4cd824f284e9165bb2f063e6ac4b4fc0 Mon Sep 17 00:00:00 2001 From: Garrone Joseph Date: Fri, 15 May 2020 23:18:47 +0200 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ccb8e7..58081fe 100755 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "cdn:esm": "tsc -p tsconfig.esm.json", "cdn": "npm run cdn:bundle && npm run cdn:esm", - "build": "npm run tsc npm run cdn", + "build": "npm run tsc && npm run cdn", "enable_short_import_path": "npm run build && npx denoify_enable_short_npm_import_path",