mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
refactor: use yarn workspace
This commit is contained in:
parent
c4abb0cf03
commit
6c00d40aeb
7 changed files with 11149 additions and 18471 deletions
|
@ -1,7 +1,5 @@
|
||||||
{
|
{
|
||||||
"packages": [
|
|
||||||
"packages/*"
|
|
||||||
],
|
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"npmClient": "yarn"
|
"npmClient": "yarn",
|
||||||
|
"useWorkspaces": true
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,5 +12,9 @@
|
||||||
"husky": "^7.0.1",
|
"husky": "^7.0.1",
|
||||||
"lerna": "^4.0.0",
|
"lerna": "^4.0.0",
|
||||||
"typescript": "^4.3.5"
|
"typescript": "^4.3.5"
|
||||||
|
},
|
||||||
|
"workspaces": {
|
||||||
|
"packages": ["packages/*"],
|
||||||
|
"nohoist": ["**/module-alias"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -9,7 +9,7 @@
|
||||||
"dev:razzle": "razzle start",
|
"dev:razzle": "razzle start",
|
||||||
"start": "PORT=5000 concurrently -c \"blue,cyan\" \"yarn:dev:tsc\" -k \"yarn:dev:razzle\"",
|
"start": "PORT=5000 concurrently -c \"blue,cyan\" \"yarn:dev:tsc\" -k \"yarn:dev:razzle\"",
|
||||||
"start:prod": "NODE_ENV=production node build/server.js",
|
"start:prod": "NODE_ENV=production node build/server.js",
|
||||||
"build": "tsc -b && razzle build",
|
"build": "tsc -b && razzle build --noninteractive",
|
||||||
"lint": "eslint --format pretty --ext .ts --ext .tsx src",
|
"lint": "eslint --format pretty --ext .ts --ext .tsx src",
|
||||||
"stylelint": "stylelint \"src/**/*.scss\"",
|
"stylelint": "stylelint \"src/**/*.scss\"",
|
||||||
"test": "razzle test --env=jsdom"
|
"test": "razzle test --env=jsdom"
|
||||||
|
|
11723
packages/ui/yarn.lock
11723
packages/ui/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue