mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-22 17:06:42 +00:00
pnpm: rollback default to yarn
This commit is contained in:
parent
2170ffee1c
commit
dc1febadf1
@ -48,9 +48,9 @@ tasks:
|
||||
echo "METADATA_SERVER=$(gp url 5000)" >> examples/project-ee/.env.local
|
||||
npm i steedos-cli@next --global
|
||||
npm i --global pnpm
|
||||
pnpm install
|
||||
pnpm lerna run gitpod:init
|
||||
pnpm build
|
||||
yarn install
|
||||
yarn lerna run gitpod:init
|
||||
yarn build
|
||||
gp await-port 27017
|
||||
gp await-port 6379
|
||||
yarn start:ee
|
||||
|
@ -8,6 +8,6 @@
|
||||
"server"
|
||||
],
|
||||
"useWorkspaces": true,
|
||||
"npmClient": "pnpm",
|
||||
"npmClient": "yarn",
|
||||
"version": "workspace:*"
|
||||
}
|
||||
|
@ -9,10 +9,10 @@
|
||||
"steedos-packages/*"
|
||||
],
|
||||
"scripts": {
|
||||
"start": "cd examples && cd project-template && pnpm run start",
|
||||
"start:ee": "cd examples && cd project-ee && pnpm run start",
|
||||
"build": "pnpm run -r build",
|
||||
"i18n": "pnpm run -r i18n"
|
||||
"start": "cd examples && cd project-template && steedos start",
|
||||
"start:ee": "cd examples && cd project-ee && steedos start",
|
||||
"build": "lerna run build",
|
||||
"i18n": "lerna run i18n"
|
||||
},
|
||||
"resolutions": {},
|
||||
"devDependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user