From e8c22efda79948099df0f8e684385096434b3f50 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Wed, 18 Aug 2021 13:47:31 +0200 Subject: :bug: update build script --- cdn/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cdn') diff --git a/cdn/package.json b/cdn/package.json index 083fbf5b..73a8c2b5 100644 --- a/cdn/package.json +++ b/cdn/package.json @@ -6,7 +6,7 @@ "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "build": "npx tsc -b .", + "build": "npx typescript -b .", "start": "npm run build && node dist/start.js" }, "repository": { -- cgit 1.4.1