mirror of
https://github.com/mempool/mempool.git
synced 2025-04-07 19:38:32 +02:00
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 }}
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- name: Install
|
||||
run: npm install --prod
|
||||
run: npm install
|
||||
working-directory: dev/frontend
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
@ -87,11 +87,6 @@ jobs:
|
||||
- name: Install
|
||||
run: npm install --prod
|
||||
working-directory: prod/frontend
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
working-directory: prod/frontend
|
||||
# - name: Test
|
||||
# run: npm run test
|
||||
- name: Build
|
||||
run: npm run build
|
||||
working-directory: prod/frontend
|
||||
|
Loading…
x
Reference in New Issue
Block a user