Skip to content

Commit

Permalink
install no longer triggers build, so perform that manually (#2295)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyHarwood authored Sep 14, 2022
1 parent c2188b4 commit efb33bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin-assets/copy-assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ cd ../admin
node --version
yarn --version
yarn install --frozen-lockfile
yarn build
cd ../admin-assets
rm -rf ./assets
cp -a ../admin/public/. ./assets

0 comments on commit efb33bd

Please sign in to comment.