Skip to content

Commit 60c0280

Browse files
committed
ci: fix build ci referring to wrong index file
1 parent d21af36 commit 60c0280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Build unminified bundle with esbuild
3333
run: |
34-
npx esbuild src/index.js \
34+
npx esbuild src/index.ts \
3535
--bundle \
3636
--format=iife \
3737
--global-name=YasguitablePlugin \
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Build minified bundle with esbuild
4646
run: |
47-
npx esbuild src/index.js \
47+
npx esbuild src/index.ts \
4848
--bundle \
4949
--minify \
5050
--format=iife \

0 commit comments

Comments
 (0)