Skip to content

Commit

Permalink
further tweak actions
Browse files Browse the repository at this point in the history
  • Loading branch information
isosphere committed Feb 12, 2024
1 parent 3e6125d commit 71b43bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Build
id: build
run: |
npm install
parcel build --public-url . --no-source-maps index.html
npm ci
npm run build
mkdir ${{ env.PLUGIN_NAME }}
cp README.md package.json icon.png demo.gif ${{ env.PLUGIN_NAME }}
mv dist ${{ env.PLUGIN_NAME }}
Expand Down

0 comments on commit 71b43bb

Please sign in to comment.