Skip to:
Content

BuddyPress.org

Ticket #8373: 8373.patch

File 8373.patch, 1.3 KB (added by imath, 4 years ago)
  • package.json

    diff --git package.json package.json
    index aac4a3560..d592c2ada 100644
     
    88                "@babel/core": "~7.8.7",
    99                "@wordpress/babel-preset-default": "~4.10.0",
    1010                "@wordpress/browserslist-config": "~2.1.4",
    11                 "@wordpress/env": "~1.6.0",
     11                "@wordpress/env": "~2.1.0",
    1212                "autoprefixer": "~8.5.2",
    1313                "grunt": "~1.1.0",
    1414                "grunt-check-dependencies": "~1.0.0",
     
    4848                "build:components": "parcel build src/js/bp-core/js/block-components/block-components.js --out-dir build/bp-core/js --out-file block-components.js --global bp",
    4949                "wp-env": "wp-env",
    5050                "test-php": "npm run wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/buddypress/tests/phpunit/env.xml'",
    51                 "test-php-multisite": "npm run wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/buddypress/tests/phpunit/env.multisite.xml'"
     51                "test-php:group": "npm run wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/buddypress/tests/phpunit/env.xml --group $npm_confi_g'",
     52                "test-php-multisite": "npm run wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/buddypress/tests/phpunit/env.multisite.xml'",
     53                "test-php-multisite:group": "npm run wp-env run phpunit 'phpunit -c /var/www/html/wp-content/plugins/buddypress/tests/phpunit/env.multisite.xml --group $npm_confi_g'"
    5254        },
    5355        "keywords": [
    5456                "activity",