Skip to content

Commit 2d64bd5

Browse files
committed
🐛 Fixed deployment issues
1 parent 046dd20 commit 2d64bd5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ jobs:
2121
- name: Install NPM Packages
2222
run: npm ci
2323

24+
- name: Verify
25+
run: npm run lint:tsc
26+
2427
- name: Compile
25-
run: npm run prerelease
28+
run: npm run build
2629

2730
- name: Cachebust
2831
run: npm run wrangle

0 commit comments

Comments
 (0)