Skip to content

Commit e520a32

Browse files
Add build script and publish extension action
1 parent 4697d1f commit e520a32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,8 @@
331331
}
332332
},
333333
"scripts": {
334-
"test": "node ./test/runTest.js"
334+
"test": "node ./test/runTest.js",
335+
"build": "(rm -rf out || true) && mkdir out && cp package.json out && vsce package"
335336
},
336337
"devDependencies": {
337338
"@types/glob": "^7.1.3",

0 commit comments

Comments
 (0)