From 31230d7dae4eacaa1a4185275a5a9378039348fb Mon Sep 17 00:00:00 2001 From: Shahab Date: Fri, 12 May 2023 15:00:17 +0330 Subject: [PATCH] the deploy command was removed from the scripts --- .nojekyll | 0 apps/website/pages/_document.tsx | 4 ---- libs/rosma/package.json | 2 +- package.json | 1 - 4 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 .nojekyll diff --git a/.nojekyll b/.nojekyll deleted file mode 100644 index e69de29..0000000 diff --git a/apps/website/pages/_document.tsx b/apps/website/pages/_document.tsx index 567d442..ef70d9d 100644 --- a/apps/website/pages/_document.tsx +++ b/apps/website/pages/_document.tsx @@ -13,10 +13,6 @@ export default function Document(props: DocumentProps) { href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&family=Vazirmatn:wght@300;400&display=swap" rel="stylesheet" /> -
diff --git a/libs/rosma/package.json b/libs/rosma/package.json index 91c0749..a646e7b 100644 --- a/libs/rosma/package.json +++ b/libs/rosma/package.json @@ -1,6 +1,6 @@ { "name": "rosma", - "version": "1.4.0", + "version": "1.4.1", "repository": { "type": "git", "url": "git+https://github.com/shahabyazdi/rosma.git" diff --git a/package.json b/package.json index 35a84aa..00e3fab 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "build": "nx run rosma:build:production", "build-website": "nx run website:export:production && next-sitemap --config sitemap.config.js", "release": "cd dist/libs/rosma && npm publish", - "deploy": "npm run build-website && cp .nojekyll dist/apps/website/exported/.nojekyll && gh-pages -d dist/apps/website/exported -t true", "test": "nx run rosma:test" }, "private": true,