We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ef9ced commit 62ed5fcCopy full SHA for 62ed5fc
1 file changed
package.json
@@ -7,14 +7,14 @@
7
"lint:check": "eslint . --ext .ts --max-warnings 10",
8
"lint:fix": "eslint . --ext .ts --fix",
9
"clean": "rm -rf out",
10
+ "watch": "tsc -watch -p .",
11
"compile": "npm run clean && tsc -p .",
12
"pretest": "npm run compile",
13
"test:unit": "cd out && mocha --recursive",
14
"test": "npm run test:unit",
15
"cover": "nyc npm test",
16
"cover:report": "nyc report --reporter=lcov",
17
"cover:check": "nyc check-coverage --lines 95",
- "watch": "tsc -watch -p .",
18
"vscode:prepublish": "npm run compile",
19
"build": "mkdir -p build && vsce package --out build/",
20
"ext": "npm run build && code --install-extension $(ls -t build/* | head -n1) --force",
0 commit comments