diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index f8c62c5..2c5d06a 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "format": "prettier --write './{src,tests}/**/*.{ts,html,css}'", "lint": "eslint ./src", "fix": "yarn lint --fix && yarn format", + "pub:patch": "yarn lint && yarn build && yarn publish --access=public --patch", "test": "jest" }, "devDependencies": { |
