Skip to content

Commit

Permalink
update start script
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jun 24, 2023
1 parent a8d9cdd commit d60ee37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"package": "vsce package --no-dependencies --githubBranch main",
"prepare": "husky install",
"publish": "vsce publish --no-dependencies --githubBranch main && ovsx publish",
"start": "esbuild src/index.ts --watch --bundle --platform=node --outfile=lib/extension.js --sourcemap --minify --external:vscode",
"start": "npm run build:code -- --watch",
"test": "npm run lint",
"vscode:prepublish": "npm run build"
},
Expand Down

0 comments on commit d60ee37

Please sign in to comment.