Skip to content

Commit 9593152

Browse files
ci(github): tidy workflow build.yml
1 parent 2c7801d commit 9593152

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on: [push, pull_request]
44
jobs:
55
build:
66
runs-on: ubuntu-latest
7-
87
steps:
98
- name: Checkout repository
109
uses: actions/checkout@v4
@@ -18,7 +17,7 @@ jobs:
1817
- name: Install dependencies
1918
run: npm ci --prefer-offline
2019

21-
- name: Build artifacts
20+
- name: Build package
2221
run: npm run build
2322

2423
- name: Lint package

0 commit comments

Comments
 (0)