mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
set "yarn pack" instead "yarn build"
This commit is contained in:
parent
0d8af700c6
commit
bc36deef34
1 changed files with 1 additions and 1 deletions
2
.github/workflows/develop-deb.yml
vendored
2
.github/workflows/develop-deb.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
cd ../server
|
||||
cat <<< $(jq '.bundleDependencies += .dependencies' package.json) > package.json
|
||||
yarn install
|
||||
yarn build
|
||||
yarn pack
|
||||
VERSION=$(cat package.json | jq -r '.version')
|
||||
DATE=$(date)
|
||||
mkdir -p /home/runner/package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue