Skip to content

Commit 6c8a1c6

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

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
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Build unminified bundle with esbuild
3333
run: |
34-
npx esbuild index.js \
34+
npx esbuild src/index.js \
3535
--bundle \
3636
--format=iife \
3737
--global-name=YasguiGraphPlugin \

0 commit comments

Comments
 (0)