Skip to content

Commit 3cabed8

Browse files
committed
Fix missing build step
1 parent 098a57f commit 3cabed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
6868
"test-api": "node --conditions development test/index.js",
6969
"test-coverage": "c8 --100 --reporter lcov npm run test-api",
70-
"test": "npm run build && npm run format && npm run test-coverage"
70+
"test": "npm run generate && npm run build && npm run format && npm run test-coverage"
7171
},
7272
"prettier": {
7373
"bracketSpacing": false,

0 commit comments

Comments
 (0)