Skip to content

Commit 5dee9e0

Browse files
committed
Add build and install scripts for local development
1 parent 6f8baf5 commit 5dee9e0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: package.json

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"type": "git",
1313
"url": "https://github.com/sdras/vue-vscode-snippets.git"
1414
},
15+
"scripts": {
16+
"build": "vsce package -o vue-vscode-snippets-$npm_package_version.vsix",
17+
"install": "code --install-extension vue-vscode-snippets-$npm_package_version.vsix"
18+
},
1519
"keywords": ["Vue", "Vue 2", "Vue Snippets"],
1620
"extensionDependencies": ["octref.vetur"],
1721
"categories": ["Snippets"],

Diff for: yarn.lock

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+
# yarn lockfile v1
3+
4+

0 commit comments

Comments
 (0)