Skip to content

Commit 4534c29

Browse files
committed
Refactor scripts
1 parent c5215ff commit 4534c29

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
@@ -77,9 +77,9 @@
7777
"repository": "syntax-tree/hast-util-raw",
7878
"scripts": {
7979
"build": "tsc --build --clean && tsc --build && type-coverage",
80-
"format": "remark . -qfo && prettier . -w --log-level warn && xo --fix",
80+
"format": "remark --frail --output --quiet -- . && prettier --log-level warn --write -- . && xo --fix",
8181
"test-api": "node --conditions development test.js",
82-
"test-coverage": "c8 --100 --reporter lcov npm run test-api",
82+
"test-coverage": "c8 --100 --reporter lcov -- npm run test-api",
8383
"test": "npm run build && npm run format && npm run test-coverage"
8484
},
8585
"sideEffects": false,

0 commit comments

Comments
 (0)