diff --git a/package.json b/package.json index 0b96518a..eaceaaf6 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,8 @@ "test": "npx ts-mocha test/{,**}/*.spec.ts", "build": "npm run cp-package-json && npx tsc", "start": "node dist/index.js", - "dev": "tsc-watch --onSuccess \"node dist/index.js\"" + "dev": "tsc-watch --onSuccess \"node dist/index.js\"", + "publish": "node dist/publish.js" }, "repository": { "type": "git",