mirror of
https://github.com/requarks/wiki.git
synced 2026-08-27 05:37:10 -05:00
ci: fix build workflow
This commit is contained in:
@@ -74,10 +74,10 @@ jobs:
|
||||
- name: Prepare build archive
|
||||
run: |
|
||||
mkdir -p _dist
|
||||
cp assets _dist/assets
|
||||
cp server _dist/server
|
||||
cp LICENSE _dist/LICENSE
|
||||
cp config.sample.yml _dist/config.sample.yml
|
||||
cp ./assets _dist/assets
|
||||
cp ./server _dist/server
|
||||
cp ./LICENSE _dist/LICENSE
|
||||
cp ./config.sample.yml _dist/config.sample.yml
|
||||
cd server
|
||||
npm ci --omit=dev --audit=false --fund=false
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user