Fix GHA syntax

This commit is contained in:
Felipe Knorr Kuhn 2022-07-05 04:48:44 -07:00
parent 174976ce82
commit 8e8609371f
No known key found for this signature in database
GPG Key ID: 79619B52BB097C1A

View File

@ -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