From aa8aafafc852676b482ab964d064651a2c5e4961 Mon Sep 17 00:00:00 2001 From: Prozilla Date: Tue, 9 Jul 2024 18:40:56 +0200 Subject: [PATCH] Renamed external packages to public --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5dcaff0..aba7db2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ ProzillaOS is a web-based operating system inspired by Ubuntu Linux and Windows. ## Packages -### Libraries (external) +### Libraries (public) These libraries are different modules of ProzillaOS that can be installed separately or via the bundle package `prozilla-os`. Each library has a `src/main.ts` entry file and is published to the npm registry. @@ -61,7 +61,7 @@ ProzillaOS uses the package manager [pnpm](https://pnpm.io/) to run scripts. |
pnpm run deploy
| Clear the `dist` directory, build and stage each package that comprises the website, then deploy to GitHub pages. This should then trigger a GitHub Action that deploys the build to production. |
pnpm run publish
| Publish the `dist` directory to GitHub pages. -### External packages +### Public packages | Script | Description | | --- | --- |