Skip to content

Commit

Permalink
Add build
Browse files Browse the repository at this point in the history
  • Loading branch information
MlKilderkin committed Sep 11, 2024
1 parent 1e311fa commit fd029b4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pipeline-dokku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,13 @@ jobs:
cd ${{ inputs.plugin_folder }}
composer install --optimize-autoloader --ignore-platform-reqs --no-dev
- name: Build Plugin assets
run: |
cd ${{ inputs.plugin_folder }}
nvm use && npm install
npm run build
rm -rf node_modules
- name: Define app to deploy
id: define_app
run: |
Expand Down

0 comments on commit fd029b4

Please sign in to comment.