1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

chore: use yarn v1 in extensions/core

This commit is contained in:
Alexander Skvortsov
2022-03-11 18:28:26 -05:00
parent f2910d8763
commit 524540cb41
8 changed files with 3164 additions and 5126 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,3 +0,0 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.1.1.cjs

View File

@@ -48,6 +48,5 @@
"post-build-typings": "find dist-typings -type f -name '*.d.ts' -print0 | xargs -0 sed -i 's,../src/@types,@types,g'",
"check-typings": "tsc --noEmit --emitDeclarationOnly false",
"check-typings-coverage": "typescript-coverage-report"
},
"packageManager": "yarn@3.1.1"
}
}

File diff suppressed because it is too large Load Diff