Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickDeVries committed Nov 17, 2023
2 parents 3524226 + 5bad0b5 commit 49b4e3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
run: |
mv dist ${{ env.PLUGIN_NAME }}
cp example.png settings.png logo.svg README.md package.json ${{ env.PLUGIN_NAME }}
sed -i '' 's/"main": "\.\/dist\/index\.html"/"main": "\.\/index\.html"/g' ./${{ env.PLUGIN_NAME }}/package.json
zip -r ${{ env.PLUGIN_NAME }}.zip ${{ env.PLUGIN_NAME }}
tar -cvzf ${{ env.PLUGIN_NAME }}.tgz ${{ env.PLUGIN_NAME }}
ls
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A plugin for coloring threads",
"author": "PatrickDeVries",
"license": "MIT",
"main": "dist/index.html",
"main": "./index.html",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit 49b4e3c

Please sign in to comment.