Skip to content

Commit 62ed5fc

Browse files
Update package.json
1 parent 4ef9ced commit 62ed5fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
"lint:check": "eslint . --ext .ts --max-warnings 10",
88
"lint:fix": "eslint . --ext .ts --fix",
99
"clean": "rm -rf out",
10+
"watch": "tsc -watch -p .",
1011
"compile": "npm run clean && tsc -p .",
1112
"pretest": "npm run compile",
1213
"test:unit": "cd out && mocha --recursive",
1314
"test": "npm run test:unit",
1415
"cover": "nyc npm test",
1516
"cover:report": "nyc report --reporter=lcov",
1617
"cover:check": "nyc check-coverage --lines 95",
17-
"watch": "tsc -watch -p .",
1818
"vscode:prepublish": "npm run compile",
1919
"build": "mkdir -p build && vsce package --out build/",
2020
"ext": "npm run build && code --install-extension $(ls -t build/* | head -n1) --force",

0 commit comments

Comments
 (0)