Skip to content

Commit ffb902e

Browse files
committed
build: update package.json
1 parent aea267f commit ffb902e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
"cover": "nyc npm test",
1616
"cover:report": "nyc report --reporter=lcov",
1717
"cover:check": "nyc check-coverage --lines 95",
18+
"checks": "npm run fmt:check && npm run lint:check && npm test",
1819
"vscode:prepublish": "npm run compile",
1920
"build": "mkdir -p build && vsce package --out build/",
2021
"ext": "npm run build && code --install-extension $(ls -t build/* | head -n1) --force",
21-
"preversion": "npm run fmt:check && npm run lint:check && npm test",
22+
"preversion": "npm run checks",
2223
"version": "npm run build",
2324
"postversion": "git push --follow-tags",
2425
"sb": "bin/reset_sandbox.sh"

0 commit comments

Comments
 (0)