summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 7239689e1..31091225e 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,8 @@
"lint": "eslint 'src/**/*.{js,ts}'",
"format": "prettier -w '{src,test}/**/*.{js,ts}'",
"test": "uvu test -i fixtures -i test-utils.js",
- "watch:extension": "cd vscode && npm run watch"
+ "watch:extension": "cd vscode && npm run watch",
+ "publish": "npm run build && npm publish --tag shhhhh"
},
"dependencies": {
"@babel/generator": "^7.13.9",