Skip to content

Commit eb2488c

Browse files
committed
feat(GITHUB): remove workflows and move to render
1 parent ac023db commit eb2488c

3 files changed

Lines changed: 0 additions & 65 deletions

File tree

.github/workflows/deploy

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/gh-pages.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"e2e": "cypress run --browser chrome",
1414
"e2e:watch": "cypress open",
1515
"build": "ng build && mv -v dist/en/* dist/ && rm -Rf dist/en",
16-
"build:pages": "ng build --base-href https://ismaestro.github.io/angular-example-app && mv -v dist/en/* dist/ && rm -Rf dist/en",
1716
"bundle-report": "ng build --stats-json && webpack-bundle-analyzer dist/en/stats.json",
1817
"ci": "npm run lint && npm run test && npm run e2e && npm run build",
1918
"release:patch": "standard-version --release-as patch && git push --follow-tags origin main",

0 commit comments

Comments
 (0)