add server build test
This commit is contained in:
parent
155db5f7f4
commit
2326b23c10
|
@ -19,6 +19,4 @@ jobs:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: yarn
|
- run: yarn
|
||||||
- run: yarn build:client
|
- run: yarn build:client
|
||||||
- run: npm test --if-present
|
- run: yarn build:server
|
||||||
env:
|
|
||||||
CI: true
|
|
||||||
|
|
Reference in New Issue