Skip to content

Commit 18b8b02

Browse files
committed
Update build.yml
1 parent a5e94e7 commit 18b8b02

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ jobs:
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121
- name: Install
22-
run: |
23-
yarn install \
24-
--non-interactive \
25-
--frozen-lockfile
22+
run: npm ci
2623
- name: Build
27-
run: yarn build
28-
env:
29-
CI: true
24+
run: npm run build

0 commit comments

Comments
 (0)