From 04072b60e81be9f3fcc53e6804ed9c2fd1b9d77d Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sun, 15 Aug 2021 22:36:35 +0200 Subject: :bug: build bundle --- cdn/package.json | 1 - 1 file changed, 1 deletion(-) (limited to 'cdn') diff --git a/cdn/package.json b/cdn/package.json index 190a80a3..083fbf5b 100644 --- a/cdn/package.json +++ b/cdn/package.json @@ -5,7 +5,6 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { - "postinstall": "npm run build", "test": "echo \"Error: no test specified\" && exit 1", "build": "npx tsc -b .", "start": "npm run build && node dist/start.js" -- cgit 1.5.1