Skip to content

Commit

Permalink
chore: switch to correct npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonTheAdams committed Jan 28, 2021
1 parent 382b4d3 commit 0dbe648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install npm dependencies
run: |
npm ci
sudo npm run build
sudo npm run production
- name: Generate plugin artifact
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install npm dependencies
run: |
npm ci
sudo npm run build
sudo npm run production
- name: WordPress Plugin Deploy
id: deploy
Expand Down

0 comments on commit 0dbe648

Please sign in to comment.