diff --git a/package.json b/package.json index d95ec89..a58fc9e 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,7 @@ "lint": "npm run format && npm run eslint && npm run sort-package-json", "lint:ci": "npm run eslint && npm run sort-package-json", "package": "vsce package", + "publish": "vsce publish", "sort-package-json": "sort-package-json --check", "sort-package-json:fix": "sort-package-json", "test": "npm run test-grammar && npm run test-unit",