Skip to content

Commit

Permalink
fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
hiranthaR committed Nov 14, 2021
1 parent 13b907a commit 3aef75c
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 @@ -239,7 +239,7 @@
},
"scripts": {
"vscode:prepublish": "npm run compile",
"vscode:publish": "./node_modules/vsce/vsce publish -p TOKEN",
"vscode:publish": "./node_modules/vsce/vsce publish -p $TOKEN",
"vscode:package": "./node_modules/vsce/vsce package",
"compile": "tsc -p ./",
"lint": "eslint src --ext ts",
Expand Down

0 comments on commit 3aef75c

Please sign in to comment.