Skip to content

Commit d79887d

Browse files
authored
Merge pull request #27 from nschonni/ci-var
ci: removed redundant CI variable
2 parents f27d720 + 063b0ac commit d79887d

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)