Skip to content

Commit 063b0ac

Browse files
committed
ci: removed redundant CI variable
1 parent 6124de8 commit 063b0ac

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,5 @@ jobs:
2525
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
- run: npm run format-check
2727
- run: npm run lint
28-
- name: build
29-
run: npm run build
30-
env:
31-
CI: true
28+
- run: npm run build
3229
- run: npm run test

0 commit comments

Comments
 (0)