Skip to content

Commit

Permalink
Added npx prefixes back
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed May 13, 2022
1 parent b3b048c commit 0ac19c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
},
"scripts": {
"vscode:build": "esbuild --bundle --platform=\"node\" src/extension.ts --outfile=out/extension.js --external:vscode --format=cjs",
"vscode:package": "vsce package --yarn",
"vscode:package": "npx vsce package --yarn",
"bundle-errors": "node -r esbuild-register src/bundleErrors.ts",
"pretest": "yarn run compile && yarn run lint",
"lint": "tsc",
"test:e2e": "node ./out/test/runTest.js",
"publish:vsce": "(vsce publish $(find . -iname *.vsix) || true)",
"publish:ovsx": "(ovsx publish $(find . -iname *.vsix) || true)"
"publish:vsce": "(npx vsce publish $(find . -iname *.vsix) || true)",
"publish:ovsx": "(npx ovsx publish $(find . -iname *.vsix) || true)"
},
"devDependencies": {
"@types/glob": "^7.2.0",
Expand Down

1 comment on commit 0ac19c9

@vercel
Copy link

@vercel vercel bot commented on 0ac19c9 May 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.