Skip to content

Commit

Permalink
Remove npm install/build step from wp.org plugin deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Sep 5, 2019
1 parent 3b204c9 commit e8d3485
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/wordpress-plugin-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build
run: |
npm install
npm run build
- name: WordPress Plugin Deploy
uses: 10up/action-wordpress-plugin-deploy@master
env:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"backbone.marionette": "^3.5.1",
"eslint": "^5.4.0",
"eslint-config-wordpress": "^2.0.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react": "^7.14.3",
"glob": "^7.1.*",
"grunt": "^1.0.0",
"grunt-cli": "^1.3.0",
Expand All @@ -46,10 +46,10 @@
"load-grunt-tasks": "^3.5.0",
"mocha": "^5.2.0",
"node-sass": "^4.9.3",
"npm": "^6.4.0",
"npm": "^6.11.3",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^9.1.5",
Expand Down

0 comments on commit e8d3485

Please sign in to comment.