We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21af36 commit 60c0280Copy full SHA for 60c0280
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Build unminified bundle with esbuild
33
run: |
34
- npx esbuild src/index.js \
+ npx esbuild src/index.ts \
35
--bundle \
36
--format=iife \
37
--global-name=YasguitablePlugin \
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Build minified bundle with esbuild
46
47
48
49
--minify \
50
0 commit comments