Skip to content

Commit 71b43bb

Browse files
committed
further tweak actions
1 parent 3e6125d commit 71b43bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Build
2424
id: build
2525
run: |
26-
npm install
27-
parcel build --public-url . --no-source-maps index.html
26+
npm ci
27+
npm run build
2828
mkdir ${{ env.PLUGIN_NAME }}
2929
cp README.md package.json icon.png demo.gif ${{ env.PLUGIN_NAME }}
3030
mv dist ${{ env.PLUGIN_NAME }}

0 commit comments

Comments
 (0)