We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea267f commit ffb902eCopy full SHA for ffb902e
package.json
@@ -15,10 +15,11 @@
15
"cover": "nyc npm test",
16
"cover:report": "nyc report --reporter=lcov",
17
"cover:check": "nyc check-coverage --lines 95",
18
+ "checks": "npm run fmt:check && npm run lint:check && npm test",
19
"vscode:prepublish": "npm run compile",
20
"build": "mkdir -p build && vsce package --out build/",
21
"ext": "npm run build && code --install-extension $(ls -t build/* | head -n1) --force",
- "preversion": "npm run fmt:check && npm run lint:check && npm test",
22
+ "preversion": "npm run checks",
23
"version": "npm run build",
24
"postversion": "git push --follow-tags",
25
"sb": "bin/reset_sandbox.sh"
0 commit comments