Changeset 14938
- Timestamp:
- 06/04/2026 01:25:59 PM (11 days ago)
- Location:
- sites/trunk/environments
- Files:
-
- 2 edited
-
README.md (modified) (1 diff)
-
package.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/environments/README.md
r14937 r14938 72 72 ``` 73 73 74 ### Browse Happy 75 76 A local instance of [browsehappy.com](https://browsehappy.com) with the theme. 77 78 **Start:** 79 80 ```bash 81 npm run browsehappy:env start 82 ``` 83 84 **Access:** `http://localhost:8888` 85 74 86 ### Translate 75 87 -
sites/trunk/environments/package.json
r14937 r14938 13 13 "plugins:test": "npm run plugins:test:env -- start && npm run plugins:test:env -- run tests-cli --env-cwd=wp-content/plugins/plugin-directory phpunit", 14 14 "jobs:env": "wp-env --config jobs/.wp-env.json", 15 "browsehappy:env": "wp-env --config browsehappy/.wp-env.json", 15 16 "translate:env": "wp-env --config translate/.wp-env.json", 16 17 "translate:import": "npm run translate:env -- run cli -- wp eval-file wp-content/env-bin/import-from-wporg.php",
Note: See TracChangeset
for help on using the changeset viewer.