Skip to content

Commit

Permalink
update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jul 2, 2023
1 parent e10b6fd commit 9ab88c9
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 @@ -12,7 +12,7 @@
"scripts": {
"compile": "npm run build",
"build": "npm-run-all --parallel build:*",
"build:code": "esbuild src/index.ts --bundle --platform=node --outfile=lib/extension.js --sourcemap --minify --external:vscode",
"build:code": "esbuild ./src/index.ts --bundle --platform=node --outfile=./lib/extension.js --sourcemap --minify --external:vscode",
"build:icon": "gulp",
"dev": "npm run start",
"fix": "eslint --fix ./src",
Expand Down

0 comments on commit 9ab88c9

Please sign in to comment.