Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Mar 11, 2024
1 parent 65dc172 commit 321976c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"translation:name": "wp-env start && npm run cli php -- wp-content/themes/snow-monkey/bin/template.php",
"translation": "npm run cleanup:translation && run-p translation:*",
"make-php": "npm run cli php -- wp-content/themes/snow-monkey/bin/l10n.php",
"build": "npm run packages && run-p js css img fonts translation && npm run make-php && npm run generate-load-files-target",
"build": "npm run packages && run-p js css img fonts translation && npm run generate-load-files-target",
"zip:pack": "npm run cleanup:zip-directory && rsync -a --exclude='.*' --exclude='*.log' --exclude='*.config.js' --exclude='error_log' --exclude='/cache' --exclude='/bin' --exclude='/node_modules' --exclude='/vendor' --exclude='/tests' --exclude='/snow-monkey.zip' --exclude='/trial' --exclude='/src' ./ snow-monkey",
"zip:archive": "zip -9 -qmr snow-monkey.zip snow-monkey",
"zip": "npm run cleanup:zip && npm run zip:pack && wp-env start && npm run composer install -- --no-dev -d snow-monkey && npm run zip:archive",
Expand Down

0 comments on commit 321976c

Please sign in to comment.