Skip to content

Standalone repository setup for wp-now #478

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 0 additions & 3 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ node_modules
packages/php-wasm/node/public
packages/php-wasm/web/public
packages/php-wasm/compile/build-assets
packages/playground/compile-wordpress/build-assets
__pycache__
packages/playground/remote/src/wordpress
packages/playground/remote/public
packages/php-wasm/node/src/test/__test*
*.timestamp-1678999213403.mjs
.local
Expand Down
9 changes: 0 additions & 9 deletions .github/CODEOWNERS

This file was deleted.

Empty file removed .nojekyll
Empty file.
6 changes: 0 additions & 6 deletions .nxignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
node_modules
dist
packages/php-wasm/node/public
packages/php-wasm/web/public
packages/php-wasm/compile/build-assets
packages/playground/compile-wordpress/build-assets
__pycache__
packages/playground/remote/src/wordpress
packages/playground/remote/public
packages/php-wasm/node/src/test/__test*
*.timestamp-1678999213403.mjs
.local
Expand Down
7 changes: 0 additions & 7 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
/dist
/coverage
/node_modules
/packages/php-wasm/node/public
/packages/php-wasm/web/public
/packages/php-wasm/compile/build-assets
/packages/playground/compile-wordpress/build-assets
/packages/playground/remote/src/wordpress
/packages/playground/remote/public/
/packages/php-wasm/node/src/test/__test*
__pycache__
*.timestamp-1678999213403.mjs
.local
Expand Down
6 changes: 3 additions & 3 deletions packages/wp-now/CONTRIBUTING.md → CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ In order to contribute to `wp-now`, you'll need to first install a few global de
Once the global dependencies are installed, you can start using the repo:

```bash
git clone [email protected]:WordPress/wordpress-playground.git
cd wordpress-playground
git clone [email protected]:<TBD>
cd <TBD>
nvm use
npm install
npm run build
Expand All @@ -35,7 +35,7 @@ nx test wp-now

The `wp-now` package is part of a larger monorepo, sharing its space with other sibling packages. To publish the `wp-now` package to npm, you must first understand the automated release process facilitated by lerna. This process includes automatically incrementing the version number, creating a new tag, and publishing all modified packages to npm simultaneously. Notably, all published packages share the same version number.

Each package identifies a distinct organization in its `package.json` file. To publish the `wp-now` package, you need access to the npm organizations `@wp-playground`, `@php-wasm`, and `@wp-now`.
Each package identifies a distinct organization in its `package.json` file. To publish the `wp-now` package, you need access to the `@wp-now` npm organization.

To initiate the publishing process for the all the modified packages, execute the following commands:

Expand Down
148 changes: 0 additions & 148 deletions README.md

This file was deleted.

Binary file removed demo.png
Binary file not shown.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.1.51",
"version": "0.1.52",
"useNx": true
}
1 change: 0 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"npmScope": "wp-playground",
"tasksRunnerOptions": {
"default": {
"runner": "nx/tasks-runners/default",
Expand Down
Loading