Update GitHub actions script for Filament stylesheet

This commit is contained in:
Ralph J. Smit
2022-08-06 15:46:06 +02:00
parent 560100e592
commit 09dd3db506

View File

@@ -30,7 +30,8 @@ jobs:
with: with:
node-version: '14.x' node-version: '14.x'
- run: npm install - run: npm install
- run: npm run production - run: npm run prod
- run: npm run prod:filament
- name: Commit build assets - name: Commit build assets
run: | run: |