Skip to content

Commit

Permalink
Reduce the working tree to applications, keep the framework in https:…
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed May 31, 2023
1 parent 56f55a6 commit 5fcb363
Show file tree
Hide file tree
Showing 9,816 changed files with 1,219 additions and 4,335,305 deletions.
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.

20 changes: 0 additions & 20 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/ci.yml

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]:playground-tools
cd playground-tools
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

0 comments on commit 5fcb363

Please sign in to comment.