From e811da3860f02c91d8af7386087b0ca77fe8a32a Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 1 Oct 2022 17:15:24 +0200 Subject: [PATCH] chore: update monorepo scripts and readme --- README.md | 4 +++- package.json | 10 +++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7ece3fa..171016c 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,11 @@ Build blazing-fast user interfaces with native [Astro](https://astro.build) comp To run the project's demo app locally: 1. Clone/Fork the project 1. Install deps: `npm i` -1. Run the demo app: `npm run demo` +1. Run the demo app: `npm run dev` 1. Open on browser: `http://localhost:3000` +To play around the library using the demo app, the sourc code is in the `demo` directory. + *[Please report issues and suggestions](https://github.com/ayoayco/astro-reactive-library/issues)* Created by [Ayo Ayco](https://ayco.io) \ No newline at end of file diff --git a/package.json b/package.json index 5f6593a..ee6ba5c 100644 --- a/package.json +++ b/package.json @@ -14,11 +14,11 @@ ".": "./index.ts" }, "scripts": { - "demo": "npm run dev -w demo", - "bump-package-patch": "npm version patch -w", - "bump-package-minor": "npm version minor -w", - "bump-package-major": "npm version major -w", - "publish-package": "npm publish --public -w" + "dev": "npm run dev -w demo", + "bump-patch": "npm version patch -w", + "bump-minor": "npm version minor -w", + "bump-major": "npm version major -w", + "publish": "npm publish --public -w" }, "license": "ISC", "workspaces": [