mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-16 06:11:38 +00:00
CI: Update integration test to nuxt server
This commit is contained in:
parent
433876f724
commit
6d7c33e9ac
2 changed files with 7 additions and 3 deletions
4
.github/workflows/integration-test.yml
vendored
4
.github/workflows/integration-test.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: setup nade
|
- name: setup node
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
|
|
||||||
- name: build client
|
- name: build client
|
||||||
working-directory: client
|
working-directory: client
|
||||||
run: npm run generate
|
run: npm run build
|
||||||
|
|
||||||
- name: get server dependencies
|
- name: get server dependencies
|
||||||
run: npm ci --only=production
|
run: npm ci --only=production
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,11 @@
|
||||||
"bin": "prod.js",
|
"bin": "prod.js",
|
||||||
"pkg": {
|
"pkg": {
|
||||||
"assets": [
|
"assets": [
|
||||||
"client/dist/**/*",
|
"client/.nuxt/**/*",
|
||||||
|
"client/node_modules/**/*",
|
||||||
|
"client/nuxt.config.js",
|
||||||
|
"client/package.json",
|
||||||
|
"client/modules/**/*",
|
||||||
"server/Db.js"
|
"server/Db.js"
|
||||||
],
|
],
|
||||||
"scripts": [
|
"scripts": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue