1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-09 23:45:31 +02:00

Update build-and push release-package.yml

This commit is contained in:
NavyStack 2023-12-19 09:18:11 +09:00 committed by GitHub
parent 55c618af06
commit 7b6becb0b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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