Skip to content

Commit

Permalink
in the gh action, run the dev build too
Browse files Browse the repository at this point in the history
  • Loading branch information
muness committed Nov 4, 2023
1 parent e18c6a1 commit 65a9c10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
npm install
npm run build --if-present
npm run dev-build --if-present
mkdir ${{ env.PLUGIN_NAME }}
cp manifest.json dist/
cp dist/main.js dist/manifest.json ${{ env.PLUGIN_NAME }}
Expand Down

0 comments on commit 65a9c10

Please sign in to comment.