Skip to content

Commit 51159fb

Browse files
Update build.yml (#14)
* Update build.yml * Update build.yml * Update build.yml
1 parent ea929de commit 51159fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919

20-
- name: Run a multi-line script
21-
run: |
22-
npm install,
23-
npm run build.
20+
- name: install deps
21+
run: npm install
22+
- name: build
23+
run: npm build

0 commit comments

Comments
 (0)