Skip to content

Commit 1ca6a2c

Browse files
deniz.dundardeniz.dundar
authored andcommitted
Remove angular-cli-ghpages scripts to prevent conflicts with GitHub Actions
1 parent 63157fb commit 1ca6a2c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"build": "ng build",
88
"watch": "ng build --watch --configuration development",
99
"test": "ng test",
10-
"serve:ssr:add1283.github.io": "node dist/add1283.github.io/server/server.mjs",
11-
"github-build": "ng build --configuration production --base-href 'https://add1283.github.io/'",
12-
"github-deploy": "npx angular-cli-ghpages --dir=dist/add1283.github.io/browser --no-silent"
10+
"serve:ssr:add1283.github.io": "node dist/add1283.github.io/server/server.mjs"
1311
},
1412
"prettier": {
1513
"overrides": [

0 commit comments

Comments
 (0)