Skip to content

Commit a1f3fae

Browse files
committed
fix?
1 parent 6e06db9 commit a1f3fae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

js/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@
1313
"build-typings": "npm run clean-typings && ([ -e src/@types ] && cp -r src/@types dist-typings/@types || true) && tsc && npm run post-build-typings",
1414
"post-build-typings": "find dist-typings -type f -name '*.d.ts' -print0 | xargs -0 sed -i 's,../src/@types,@types,g'",
1515
"check-typings": "tsc --noEmit --emitDeclarationOnly false",
16-
"check-typings-coverage": "typescript-coverage-report"
16+
"check-typings-coverage": "npx typescript-coverage-report"
1717
},
1818
"devDependencies": {
1919
"@flarum/prettier-config": "^1.0.0",
2020
"flarum-tsconfig": "^2.0.0",
2121
"flarum-webpack-config": "^3.0.0",
2222
"webpack": "^5.65.0",
2323
"webpack-cli": "^4.9.1",
24-
"prettier": "^3.0.3"
24+
"prettier": "^3.0.3",
25+
"typescript-coverage-report": "^0.6.1"
2526
}
2627
}

0 commit comments

Comments
 (0)