mirror of
https://github.com/flarum/core.git
synced 2025-08-01 14:10:37 +02:00
chore: use yarn v1 in extensions/core
This commit is contained in:
@@ -15,7 +15,6 @@
|
|||||||
"format-check": "prettier --check src",
|
"format-check": "prettier --check src",
|
||||||
"analyze": "cross-env ANALYZER=true yarn run build"
|
"analyze": "cross-env ANALYZER=true yarn run build"
|
||||||
},
|
},
|
||||||
"packageManager": "yarn@3.1.1",
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@flarum/prettier-config": "^1.0.0",
|
"@flarum/prettier-config": "^1.0.0",
|
||||||
"flarum-tsconfig": "^1.0.2",
|
"flarum-tsconfig": "^1.0.2",
|
||||||
|
768
framework/core/js/.yarn/releases/yarn-3.1.1.cjs
vendored
768
framework/core/js/.yarn/releases/yarn-3.1.1.cjs
vendored
File diff suppressed because one or more lines are too long
@@ -1,3 +0,0 @@
|
|||||||
nodeLinker: node-modules
|
|
||||||
|
|
||||||
yarnPath: .yarn/releases/yarn-3.1.1.cjs
|
|
@@ -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'",
|
"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": "tsc --noEmit --emitDeclarationOnly false",
|
||||||
"check-typings-coverage": "typescript-coverage-report"
|
"check-typings-coverage": "typescript-coverage-report"
|
||||||
},
|
}
|
||||||
"packageManager": "yarn@3.1.1"
|
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
10
node_modules/.yarn-integrity
generated
vendored
Normal file
10
node_modules/.yarn-integrity
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"systemParams": "linux-x64-93",
|
||||||
|
"modulesFolders": [],
|
||||||
|
"flags": [],
|
||||||
|
"linkedModules": [],
|
||||||
|
"topLevelPatterns": [],
|
||||||
|
"lockfileEntries": {},
|
||||||
|
"files": [],
|
||||||
|
"artifacts": {}
|
||||||
|
}
|
10
package.json
Normal file
10
package.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"private": true,
|
||||||
|
"name": "flarum-monorepo",
|
||||||
|
"workspaces": [
|
||||||
|
"./framework/*/js",
|
||||||
|
"./extensions/*/js",
|
||||||
|
"./js-packages/*"
|
||||||
|
],
|
||||||
|
"scripts": {}
|
||||||
|
}
|
Reference in New Issue
Block a user