Skip to content

Commit 4754932

Browse files
committed
Run tests when checking
1 parent b49d5fc commit 4754932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"build": "napi build --platform --release",
3939
"build:debug": "napi build --platform",
4040
"build:package": "node scripts/build-packages.mjs",
41-
"check": "npm run lint && npm run format",
42-
"check:write": "npm run lint && npm run format:write",
41+
"check": "npm test && npm run lint && npm run format",
42+
"check:write": "npm test && npm run lint && npm run format:write",
4343
"doctoc": "doctoc --github --notitle README.md && prettier --write README.md",
4444
"docs": "jsdoc --destination docs --readme README.md exec.js",
4545
"format": "npm run format:cargo && npm run format:prettier",

0 commit comments

Comments
 (0)