forked from github/plane
fix: moving towards pnpm
This commit is contained in:
commit
84cc2fafd2
@ -16,10 +16,10 @@ jobs:
|
||||
uses: actions/checkout@v3.3.0
|
||||
|
||||
- name: Setup Node.js 18.x
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18.x
|
||||
cache: "yarn"
|
||||
cache: "pnpm"
|
||||
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
|
10
.gitignore
vendored
10
.gitignore
vendored
@ -72,17 +72,15 @@ package-lock.json
|
||||
# yarn
|
||||
.yarn
|
||||
.yarnrc.yml
|
||||
yarn.lock
|
||||
|
||||
# lock files
|
||||
package-lock.json
|
||||
pnpm-lock.yaml
|
||||
pnpm-workspace.yaml
|
||||
|
||||
# secrets
|
||||
.npmrc
|
||||
.secrets
|
||||
|
||||
# temp
|
||||
tmp/
|
||||
.temp/
|
||||
|
||||
## packages
|
||||
dist
|
||||
.temp/
|
||||
|
14
package.json
14
package.json
@ -3,15 +3,6 @@
|
||||
"version": "0.13.2",
|
||||
"license": "AGPL-3.0",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"web",
|
||||
"space",
|
||||
"packages/editor/*",
|
||||
"packages/eslint-config-custom",
|
||||
"packages/tailwind-config-custom",
|
||||
"packages/tsconfig",
|
||||
"packages/ui"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "turbo run build",
|
||||
"dev": "turbo run dev",
|
||||
@ -34,5 +25,8 @@
|
||||
"resolutions": {
|
||||
"@types/react": "^18.2.39"
|
||||
},
|
||||
"packageManager": "yarn@3.6.4"
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
"packageManager": "pnpm@8.11.0"
|
||||
}
|
||||
|
11602
pnpm-lock.yaml
Normal file
11602
pnpm-lock.yaml
Normal file
File diff suppressed because it is too large
Load Diff
8
pnpm-workspace.yaml
Normal file
8
pnpm-workspace.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
packages:
|
||||
- "web"
|
||||
- "space"
|
||||
- "packages/editor/*"
|
||||
- "packages/eslint-config-custom"
|
||||
- "packages/tailwind-config-custom"
|
||||
- "packages/tsconfig"
|
||||
- "packages/ui"
|
Loading…
Reference in New Issue
Block a user