Skip to content

Commit

Permalink
Fix github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro-Shulha committed Sep 22, 2021
1 parent 8ec6cf0 commit 6644e1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Build
id: build
run: |
npm install
npm run build --if-present
mkdir ${{ env.PLUGIN_NAME }}
cp build/main.js manifest.json ${{ env.PLUGIN_NAME }}
Expand Down

0 comments on commit 6644e1a

Please sign in to comment.