From fb20e1b3ee41904891753af21524efce4e22063c Mon Sep 17 00:00:00 2001 From: Santosh Shinde Date: Fri, 14 Jun 2024 15:17:01 +0530 Subject: [PATCH] update esbuild config --- .github/workflows/pipeline.yml | 1 + package.json | 4 +- public/index.html | 2 - yarn.lock | 429 ++++++++++++++++++++++++++++++++- 4 files changed, 426 insertions(+), 10 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index dcafb64..109ec33 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -42,6 +42,7 @@ jobs: with: github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} publish_dir: ./dist + cname: https://santoshshinde2012.github.io/speedyreact-kit/ env: CI: true \ No newline at end of file diff --git a/package.json b/package.json index 2bc3f9d..1c48ccc 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "speedyreact-kit", "packageManager": "yarn@4.2.2", - "homepage": "https://santoshshinde2012.github.io/speedyreact-kit", + "homepage": "https://santoshshinde2012.github.io/speedyreact-kit/", "scripts": { + "serve": "serve dist/.", "build": "node script/build.mjs", "build-analyze": "node script/build.mjs --analyze=true", "dev": "node script/serve.mjs", @@ -40,6 +41,7 @@ "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "prettier": "^3.3.1", + "serve": "^14.2.3", "ts-jest": "^29.1.4", "ts-node": "^10.9.2", "typescript": "^5.4.5", diff --git a/public/index.html b/public/index.html index 63d2b69..353d869 100644 --- a/public/index.html +++ b/public/index.html @@ -9,8 +9,6 @@ name="description" content="Web site created using create-react-app" /> - -