Skip to content

Commit

Permalink
Merge branch '1.0' into 1
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Aug 1, 2023
2 parents e858870 + 86bb995 commit 5357b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ runs:
DIR=$(pwd)
cd ..
git clone https://github.com/silverstripe/silverstripe-admin.git admin
# Assumption is that the default branch of admin is the correct one to build against
cd admin
git checkout 1
# yarn comes preinstalled with actions/setup-node
yarn install
cd $DIR
Expand Down Expand Up @@ -77,7 +77,7 @@ runs:
if: always()
shell: bash
run: |
NODE_ENV=production node_modules/webpack/bin/webpack.js -p --bail --progress
NODE_ENV=production node_modules/.bin/webpack --mode production --bail --progress
- name: Remove any old pull-requests
if: always()
Expand Down

0 comments on commit 5357b65

Please sign in to comment.