Skip to content

Commit

Permalink
Removed external build step.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdharmesh committed Sep 8, 2023
1 parent 8e7d597 commit 7d5fa9c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ phpcs.xml
phpunit.xml
README.md
webpack.config.js
webpack.gutenberg.config.js
4 changes: 1 addition & 3 deletions .github/workflows/build-release-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ jobs:
run: composer install --no-dev

- name: Build plugin
run: |
npm run build
npm run build:externals
run: npm run build

- name: Generate ZIP file
uses: 10up/action-wordpress-plugin-build-zip@stable
1 change: 0 additions & 1 deletion .github/workflows/deploy-to-wpdotorg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
run: |
npm install
npm run build
npm run build:externals
composer install -o --no-dev --ignore-platform-reqs
- name: WordPress Plugin Deploy
id: deploy
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update-wpdororg-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
run: |
npm install
npm run build
npm run build:externals
composer install -o --no-dev --ignore-platform-reqs
- name: WordPress.org plugin asset/readme update
uses: 10up/action-wordpress-plugin-asset-update@stable
Expand Down

0 comments on commit 7d5fa9c

Please sign in to comment.