mirror of
https://github.com/flarum/framework.git
synced 2024-11-28 03:32:49 +08:00
chore: use yarn v1 in extensions/core
This commit is contained in:
parent
e766b9a565
commit
721fd9117d
|
@ -15,7 +15,6 @@
|
|||
"format-check": "prettier --check src",
|
||||
"analyze": "cross-env ANALYZER=true yarn run build"
|
||||
},
|
||||
"packageManager": "yarn@3.1.1",
|
||||
"devDependencies": {
|
||||
"@flarum/prettier-config": "^1.0.0",
|
||||
"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'",
|
||||
"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
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": {}
|
||||
}
|
Loading…
Reference in New Issue
Block a user