Skip to content

Commit

Permalink
Merge pull request #77 from 10up/fix/deploy-externals
Browse files Browse the repository at this point in the history
Run build:externals script during release
  • Loading branch information
johnwatkins0 authored Feb 3, 2020
2 parents f0246f1 + 61136e5 commit 798c417
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-to-wpdotorg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
run: |
npm install
npm run build
npm run build:externals
composer install -o --no-dev
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@master
Expand Down

0 comments on commit 798c417

Please sign in to comment.