Skip to content

Commit 63322c8

Browse files
authored
ci: fix path to index.js
1 parent 6c8a1c6 commit 63322c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Build minified bundle with esbuild
4646
run: |
47-
npx esbuild index.js \
47+
npx esbuild src/index.js \
4848
--bundle \
4949
--minify \
5050
--format=iife \

0 commit comments

Comments
 (0)