Update build-and push release-package.yml

pull/566/head
NavyStack 2 years ago committed by GitHub
parent 55c618af06
commit 7b6becb0b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,13 +19,12 @@ jobs:
- name: Workflow install pnpm
run: npm install pnpm -g
- name: Client install dependencies
- name: Install Planka dependencies
run: pnpm install
working-directory: ./client
- name: Server install dependencies
run: pnpm install
working-directory: ./server
#- name: Server install dependencies
# run: pnpm install
# working-directory: ./server
- name: Server include into dist
run: mv server/ dist/

Loading…
Cancel
Save