Skip to content

Commit

Permalink
feat(GITHUB): remove workflows and move to render
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismaestro committed Jan 15, 2023
1 parent ac023db commit eb2488c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 65 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/deploy

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/gh-pages.yml

This file was deleted.

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

0 comments on commit eb2488c

Please sign in to comment.