Skip to content

Commit

Permalink
the deploy command was removed from the scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
shahabyazdi committed May 12, 2023
1 parent 5897a8d commit 31230d7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
Empty file removed .nojekyll
Empty file.
4 changes: 0 additions & 4 deletions apps/website/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
<meta
name="google-site-verification"
content="eN9hWwtvlYdXL_37ZU2ML8AUY8685Fw3O98T5vidr-4"
/>
</Head>
<body>
<Main />
Expand Down
2 changes: 1 addition & 1 deletion libs/rosma/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 31230d7

Please sign in to comment.