Skip to content

Commit

Permalink
Merge pull request #37 from newfold-labs/rewrite_plugin
Browse files Browse the repository at this point in the history
fix build
  • Loading branch information
amartya-dev authored Sep 8, 2023
2 parents d18edc8 + f78a63e commit 21e87f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/svn-deploy-plugin-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: yarn install

- name: Run build
run: yarn webpack && yarn webpack --mode=production
run: yarn run build

- name: Validate composer.json and composer.lock
run: composer validate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-artifact-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: yarn install

- name: Run build
run: yarn webpack && yarn webpack --mode=production
run: yarn run build

- name: Validate composer.json and composer.lock
run: composer validate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-asset-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: yarn install

- name: Run build
run: yarn webpack && yarn webpack --mode=production
run: yarn run build

- name: Validate composer.json and composer.lock
run: composer validate
Expand Down

0 comments on commit 21e87f8

Please sign in to comment.