Changeset 13730
- Timestamp:
- 02/21/2024 06:18:17 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/package.json
r13720 r13730 56 56 "test-php-multisite": "npm run wp-env run cli -- --env-cwd=wp-content/plugins/buddypress composer test_multi", 57 57 "test-php-multisite:group": "npm run wp-env run cli -- --env-cwd=wp-content/plugins/buddypress composer test_multi -- -- --group ", 58 "download:cli": "curl -L -o 'cli-archive.zip' https://github.com/buddypress/wp-cli-buddypress/archive/ 2.0.2.zip && unzip -qq cli-archive.zip && mv wp-cli-buddypress-2.0.2build/cli && rm cli-archive.zip",58 "download:cli": "curl -L -o 'cli-archive.zip' https://github.com/buddypress/wp-cli-buddypress/archive/3.0.0.zip && unzip -qq cli-archive.zip && mv wp-cli-buddypress-3.0.0 build/cli && rm cli-archive.zip", 59 59 "download:rest": "curl -L -o 'rest-archive.zip' https://github.com/buddypress/BP-REST/archive/master.zip && unzip -qq rest-archive.zip && mv BP-REST-master build/bp-rest && rm rest-archive.zip" 60 60 },
Note: See TracChangeset
for help on using the changeset viewer.