Changeset 14092
- Timestamp:
- 11/29/2024 07:19:14 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/14.0/package.json
r14090 r14092 57 57 "test-php-multisite:group": "npm run wp-env run cli -- --env-cwd=wp-content/plugins/buddypress composer test_multi -- -- --group ", 58 58 "download:cli": "curl -L -o 'cli-archive.zip' https://github.com/buddypress/wp-cli-buddypress/archive/3.0.1.zip && unzip -qq cli-archive.zip && mv wp-cli-buddypress-3.0.1 build/cli && rm cli-archive.zip", 59 "download:rest": "curl -L -o 'rest-archive.zip' https://github.com/buddypress/BP-REST/archive/ refs/heads/0.8.zip && unzip -qq rest-archive.zip && mv BP-REST-0.8build/bp-rest && rm rest-archive.zip"59 "download:rest": "curl -L -o 'rest-archive.zip' https://github.com/buddypress/BP-REST/archive/93680e94017cdd59d4dbf59041d9ef10f0ec2f51.zip && unzip -qq rest-archive.zip && mv BP-REST-93680e94017cdd59d4dbf59041d9ef10f0ec2f51 build/bp-rest && rm rest-archive.zip" 60 60 }, 61 61 "keywords": [
Note: See TracChangeset
for help on using the changeset viewer.