Skip to content

Commit

Permalink
edit package.json vsce-package script
Browse files Browse the repository at this point in the history
  • Loading branch information
nickesc committed Jul 23, 2023
1 parent 290a49f commit 18db2d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,11 @@
]
},
"homepage": "https://github.com/nickesc/vscode-paradise-nickesc#readme",
"main": ".vscode/launch.json",
"scripts": {
"test": ".vscode/launch.json",
"vsce-help": "./node_modules/@vscode/vsce/vsce --help",
"vsce-login": "./node_modules/@vscode/vsce/vsce login nickesc",
"vsce-package": "./node_modules/@vscode/vsce/vsce package",
"vsce-package": "./node_modules/@vscode/vsce/vsce package --out release/",
"vsce-publish": "./node_modules/@vscode/vsce/vsce publish"
},
"devDependencies": {
Expand Down

0 comments on commit 18db2d1

Please sign in to comment.