pnpm: rollback default to yarn

This commit is contained in:
庄建国 2022-07-10 10:57:56 +00:00
parent 2170ffee1c
commit dc1febadf1
4 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -8,6 +8,6 @@
"server"
],
"useWorkspaces": true,
"npmClient": "pnpm",
"npmClient": "yarn",
"version": "workspace:*"
}

View File

@ -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": {

BIN
yarn.lock

Binary file not shown.