set "yarn pack" instead "yarn build"

This commit is contained in:
Saša Davidović 2022-01-22 18:40:15 +01:00 committed by GitHub
parent 0d8af700c6
commit bc36deef34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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