diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 018e2e2..46c3ab1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: - run: npm run build # Create a zip file with all files required by the module to add to the release - - run: zip -r ./module.zip module.json readme.md LICENSE dist/ lang/ icons/ images/ sounds/ storage/ styles/ templates/ + - run: zip -r ./module.zip module.json readme.md LICENSE lang/ icons/ images/ sounds/ storage/ styles/ templates/ scripts/ # Create a release for this specific version - name: Update Release with Files diff --git a/module.json b/module.json index d01b8c2..7ab6d9c 100644 --- a/module.json +++ b/module.json @@ -20,7 +20,7 @@ } ], "esmodules": [ - "dist/swade-animated.min.js" + "./scripts/init.js" ], "socket": true, "url": "placeholder",