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 b49d5fc commit 4754932Copy full SHA for 4754932
package.json
@@ -38,8 +38,8 @@
38
"build": "napi build --platform --release",
39
"build:debug": "napi build --platform",
40
"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",
+ "check": "npm test && npm run lint && npm run format",
+ "check:write": "npm test && npm run lint && npm run format:write",
43
"doctoc": "doctoc --github --notitle README.md && prettier --write README.md",
44
"docs": "jsdoc --destination docs --readme README.md exec.js",
45
"format": "npm run format:cargo && npm run format:prettier",
0 commit comments