Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit db13c8f

Browse files
author
dan
committed
added the publish command
1 parent 7a6c015 commit db13c8f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
.vscode-test/
33
.vsix
44
playground.php
5+
.env

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
},
7777
"scripts": {
7878
"postinstall": "node ./node_modules/vscode/bin/install",
79-
"test": "node ./node_modules/vscode/bin/test"
79+
"test": "node ./node_modules/vscode/bin/test",
80+
"publish": ". .env && vsce publish"
8081
},
8182
"devDependencies": {
8283
"typescript": "^2.6.1",

0 commit comments

Comments
 (0)