tinymce copy now npm run prepare

This commit is contained in:
2023-02-26 11:34:31 +10:00
parent 06655e2378
commit 7c897a7e12
2 changed files with 2 additions and 2 deletions

View File

@@ -58,6 +58,6 @@ jobs:
php artisan migrate --force
npm install
npm run build
mkdir -p public/tinymce/skins && cp -r node_modules/tinymce/skins public/tinymce
npm run prepare
php artisan optimize
php artisan up