Skip to content

Commit cd97c0a

Browse files
committed
chore: remove compilation step
1 parent abc4394 commit cd97c0a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
run: npm i -g npm
2323
- name: installing
2424
run: npm ci
25-
- name: build
26-
run: npm run compile
2725
- name: testing
2826
run: npm test
2927
env:

0 commit comments

Comments
 (0)