diff --git a/package.json b/package.json index bacd021..edf7597 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,7 @@ "license": "MIT", "scripts": { "test": "cd test && node ../cli.ts.js --production", - "build": "(tsbuild)", - "format": "(gitzone format)" + "build": "(tsbuild --web)" }, "bin": { "tsbundle": "cli.js"