Fix GHA syntax
This commit is contained in:
parent
174976ce82
commit
8e8609371f
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
node-version: ${{ env.NODE_VERSION }}
|
node-version: ${{ env.NODE_VERSION }}
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
- name: Install
|
- name: Install
|
||||||
run: npm install --prod
|
run: npm install
|
||||||
working-directory: dev/frontend
|
working-directory: dev/frontend
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
@ -87,11 +87,6 @@ jobs:
|
|||||||
- name: Install
|
- name: Install
|
||||||
run: npm install --prod
|
run: npm install --prod
|
||||||
working-directory: prod/frontend
|
working-directory: prod/frontend
|
||||||
- name: Lint
|
|
||||||
run: npm run lint
|
|
||||||
working-directory: prod/frontend
|
|
||||||
# - name: Test
|
|
||||||
# run: npm run test
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
working-directory: prod/frontend
|
working-directory: prod/frontend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user