1
0
mirror of https://github.com/flarum/core.git synced 2025-07-16 06:16:23 +02:00

chore: drop unnecessary ci script

This commit is contained in:
Alexander Skvortsov
2022-01-30 17:38:05 -05:00
parent b0395b3eb7
commit f1110c26ef

View File

@ -45,8 +45,7 @@
"clean-typings": "npx rimraf dist-typings && mkdir dist-typings",
"build-typings": "yarn run clean-typings && tsc && [ -e src/@types ] && cp -r src/@types dist-typings/@types",
"check-typings": "tsc --noEmit --emitDeclarationOnly false",
"check-typings-coverage": "typescript-coverage-report",
"ci": "yarn install --immutable --immutable-cache"
"check-typings-coverage": "typescript-coverage-report"
},
"packageManager": "yarn@3.1.1"
}