Skip to content

Commit 341395f

Browse files
Fixed github actions
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com> # Title: Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
1 parent 88ca631 commit 341395f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
name: Check build in production mode
2-
on: [push, pull_request]
2+
on: [ push, pull_request ]
33

44
jobs:
55
build:
6-
name: Build app
76
runs-on: ubuntu-latest
87
steps:
9-
- name: Checkout
10-
uses: actions/checkout@v2
8+
- uses: actions/checkout@v2
119
- name: Setup Node.js
1210
uses: actions/setup-node@v2
11+
- name: Build
1312
run: |
1413
npm install
1514
npm build

0 commit comments

Comments
 (0)