We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662ebfc commit 14dc7cbCopy full SHA for 14dc7cb
angular.json
@@ -129,6 +129,13 @@
129
"projects/dev-app/src/**/*.html"
130
]
131
}
132
+ },
133
+ "deploy": {
134
+ "builder": "angular-cli-ghpages:deploy",
135
+ "options": {
136
+ "baseHref": "/code-editor/",
137
+ "remote": "origin"
138
+ }
139
140
141
package.json
@@ -18,7 +18,7 @@
18
"postbuild:lib": "cp README.md dist/code-editor",
19
"publish": "npm run build:lib && cd dist/code-editor && npm publish",
20
"predeploy": "npm run build",
21
- "deploy": "angular-cli-ghpages --no-silent --dir=dist/dev-app/browser",
+ "deploy": "ng deploy dev-app",
22
"prepare": "husky install"
23
},
24
"private": true,
0 commit comments