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 098a57f commit 3cabed8Copy full SHA for 3cabed8
package.json
@@ -67,7 +67,7 @@
67
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
68
"test-api": "node --conditions development test/index.js",
69
"test-coverage": "c8 --100 --reporter lcov npm run test-api",
70
- "test": "npm run build && npm run format && npm run test-coverage"
+ "test": "npm run generate && npm run build && npm run format && npm run test-coverage"
71
},
72
"prettier": {
73
"bracketSpacing": false,
0 commit comments