mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 17:57:04 +08:00
chore: drop unnecessary ci
script
This commit is contained in:
parent
b0395b3eb7
commit
f1110c26ef
|
@ -45,8 +45,7 @@
|
||||||
"clean-typings": "npx rimraf dist-typings && mkdir dist-typings",
|
"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",
|
"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": "tsc --noEmit --emitDeclarationOnly false",
|
||||||
"check-typings-coverage": "typescript-coverage-report",
|
"check-typings-coverage": "typescript-coverage-report"
|
||||||
"ci": "yarn install --immutable --immutable-cache"
|
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@3.1.1"
|
"packageManager": "yarn@3.1.1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user