added client build yml
This commit is contained in:
@@ -23,11 +23,13 @@ jobs:
|
|||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
|
working-directory: client
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
npm run prettier:check
|
npm run prettier:check
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
working-directory: client
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
Reference in New Issue
Block a user