Update package.json

This commit is contained in:
Steve Ruiz 2021-11-17 11:11:14 +00:00
parent 3cb4d1c679
commit 510e70c5a7

View file

@ -63,7 +63,7 @@
"start:vscode": "node scripts/dev",
"web": "vscode-test-web --browserType=chromium --extensionDevelopmentPath=.",
"package": "cd ../editor && yarn build && cd ../extension && node scripts/build && node scripts/package",
"vscode:publish": "yarn version && yarn package && vsce publish",
"publish:patch": "yarn package && vsce publish",
"lint": "eslint src --ext ts"
},
"devDependencies": {