diff --git a/package.json b/package.json index be50d46..8503f09 100644 --- a/package.json +++ b/package.json @@ -15,13 +15,11 @@ "scripts": { "clean": "rimraf dist", "build": "npm run clean && tsc", - "build:watch": "tsc -w", - "lint": "eslint src", - "lint:fix": "eslint src --fix", - "prepare": "npm run build", - "prepublishOnly": "npm test && npm run lint", - "version": "git add -A src", - "postversion": "git push && git push --tags" + "publish:local": "npm run build && npm pack", + "publish:npm": "npm run build && npm publish", + "version:patch": "npm version patch", + "version:minor": "npm version minor", + "version:major": "npm version major" }, "repository": { "type": "git",