aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-08-25 18:58:47 +0530
committerAkshay Nair <phenax5@gmail.com>2023-08-25 19:00:57 +0530
commit8058d047a5a50406ff4175c83b8488eea7c4e706 (patch)
tree7256dcde0c396fafad9ff2ca45b9eaa33691db3b /package.json
parentca0737e393bbf5c45f688593bbfaf41079a66784 (diff)
downloadcss-everything-8058d047a5a50406ff4175c83b8488eea7c4e706.tar.gz
css-everything-8058d047a5a50406ff4175c83b8488eea7c4e706.zip
docs: crazy amounts of docs
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
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": {