diff --git a/package.json b/package.json index e4f6d2a9..1a2ea447 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "license": "MIT", "private": false, "scripts": { - "distribute": "yarn build-ts && node dist/index.js", + "distribute": "(yarn build-ts || true) && node dist/index.js", "develop": "concurrently -k -p \"[{name}]\" -n \"TypeScript,Node\" -c \"yellow.bold,cyan.bold\" \"yarn watch-ts\" \"yarn watch-js\"", "build-ts": "tsc --skipLibCheck", "watch-ts": "tsc -w --skipLibCheck",