Skip to content

Commit 4cc2e53

Browse files
committed
chore(): remove deploy script and gh-pages
1 parent 25270b3 commit 4cc2e53

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
* `npm install` - install all the dependencies
2727
* `npm start` - serve with hot reload at `localhost:1234`
2828
* `npm run build` - build bundled version in `dist` folder
29-
* `npm run deploy` - deploy bundled version from `dist` folder to repository's github page specified in package.json
3029
* `npm run lint` - lint code in `app` folder by ESLint with included config
3130
* `npm run format` - format code with Prettier
3231
* `npx hygen component new --name new-component --path relative/path/inside/of/src/app/folder` - generate folder with default component code files

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
"serve": "vite preview",
1212
"start": "npm run dev",
1313
"prebuild": "rm -rf dist",
14-
"predeploy": "npm run build",
15-
"deploy": "gh-pages -d dist",
1614
"lint": "./node_modules/.bin/eslint app",
1715
"format": "prettier \"src/**/*.{ts,js,json,scss,css}\" --write"
1816
},
@@ -28,7 +26,6 @@
2826
"eslint-config-prettier": "^6.15.0",
2927
"eslint-plugin-angular": "^4.0.1",
3028
"eslint-plugin-prettier": "^3.3.1",
31-
"gh-pages": "^2.2.0",
3229
"husky": "^4.3.8",
3330
"hygen": "^5.0.3",
3431
"lint-staged": "^10.5.3",
@@ -47,5 +44,5 @@
4744
"git add"
4845
]
4946
},
50-
"homepage": "https://fyodorio.github.io/ng-hotrod"
47+
"homepage": "https://ng-hotrod.netlify.app/"
5148
}

0 commit comments

Comments
 (0)