Skip to content

Commit bd9464f

Browse files
committed
Added description of ext-serve command
1 parent 4732a19 commit bd9464f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ module.exports = (api) => {
3535
}
3636
})
3737

38-
api.registerCommand('ext-serve', (...args) => {
38+
api.registerCommand('ext-serve', {
39+
description: 'Builds and watches the project, writing the files to the output directory'
40+
}, (...args) => {
3941
log('Starting webpack in watch mode...')
4042

4143
api.configureWebpack((webpackConfig) => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-browser-extension",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Browser extension development plugin for vue-cli 3.0",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)