Skip to content

Commit 74f0a3b

Browse files
author
QuickSander
committed
chore: GH Actions
1 parent 9790711 commit 74f0a3b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/build.yml renamed to .github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build, Lint, Test and Release
1+
name: Lint, Test and Release
22

33
on: [push, pull_request]
44

@@ -25,11 +25,6 @@ jobs:
2525

2626
- name: Lint the project
2727
run: npm run lint
28-
29-
- name: Build the project
30-
run: npm run build
31-
env:
32-
CI: true
3328

3429
- name: Test
3530
run: npm run test

0 commit comments

Comments
 (0)