mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
Update develop-deb.yml
This commit is contained in:
parent
aae9b4f776
commit
419e25591a
1 changed files with 4 additions and 4 deletions
8
.github/workflows/develop-deb.yml
vendored
8
.github/workflows/develop-deb.yml
vendored
|
|
@ -30,12 +30,12 @@ jobs:
|
|||
cp app/public/config/config.example.js app/public/config/config.js
|
||||
touch server/config/config.yaml
|
||||
cd app
|
||||
npm install
|
||||
npm run build
|
||||
yarn install
|
||||
yarn build
|
||||
cd ../server
|
||||
cat <<< $(jq '.bundleDependencies += .dependencies' package.json) > package.json
|
||||
npm install
|
||||
npm pack
|
||||
yarn install
|
||||
yarn build
|
||||
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