8000 Correct ability to publish · andrew-codes/vscode-snippets@07d9c31 · GitHub
[go: up one dir, main page]

Skip to content

Commit 07d9c31

Browse files
committed
Correct ability to publish
1 parent 0a6e937 commit 07d9c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module.exports = {
22
scripts: {
33
default: 'nps',
44
readme: 'lerna exec node ../../scripts/readme.js',
5-
publish: 'nps readme && vsce publish',
5+
publish: 'nps readme && lerna exec vsce publish',
66
},
77
};

0 commit comments

Comments
 (0)
0