npm run dev
This commit is contained in:
parent
405f73ea98
commit
2e155e6f6b
1 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
"vsce": "out/vsce"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "gulp watch-test",
|
||||
"test": "gulp compile && mocha",
|
||||
"prepublish": "gulp compile && mocha"
|
||||
},
|
||||
|
@ -66,4 +67,4 @@
|
|||
"typescript": "^2.2.1",
|
||||
"xml2js": "^0.4.12"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue