Skip to content

Commit

Permalink
chg: Dump optimized autoloader when building for distribution. [ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kminh committed Jan 14, 2016
1 parent 9c15edc commit 37e8c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -28,7 +28,7 @@
"postbuild:translations": "echo 'POT file is marked as modified due to timestamp change, revert it' && git co *.pot",
"build:translations": "export PACKAGE_NAME='BWP Recaptcha' && export PACKAGE_VERSION='2.0.3' && export DOMAIN='bwp-recaptcha' && export LANGS='de_DE es_ES fr_FR hr hu_HU' && vendor/bin/build-translations",
"prebuild:dist": "npm run update:composer && npm run build && rm -rf dist/wp.org && git clone . dist/wp.org",
"build:dist": "cd dist/wp.org && composer install --no-dev --no-plugins && cd ../../ && npm run copy:dist:node_bower && cd dist/wp.org/vendor/kminh/bwp-framework && npm run build:dist",
"build:dist": "cd dist/wp.org && composer install -o --no-dev --no-plugins && cd ../../ && npm run copy:dist:node_bower && cd dist/wp.org/vendor/kminh/bwp-framework && npm run build:dist",
"build:ci": "export WP_DB_USER=root && export WP_DB_PASS=wordpress && npm run test:php:all",
"build:legacy": "export WP_DB_USER=root && export WP_DB_PASS=wordpress && npm run test:php:legacy:all",
"build:php55": "npm run build:ci",
Expand Down

0 comments on commit 37e8c87

Please sign in to comment.