We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac023db commit eb2488cCopy full SHA for eb2488c
3 files changed
.github/workflows/deploy
.github/workflows/gh-pages.yml
package.json
@@ -13,7 +13,6 @@
13
"e2e": "cypress run --browser chrome",
14
"e2e:watch": "cypress open",
15
"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",
17
"bundle-report": "ng build --stats-json && webpack-bundle-analyzer dist/en/stats.json",
18
"ci": "npm run lint && npm run test && npm run e2e && npm run build",
19
"release:patch": "standard-version --release-as patch && git push --follow-tags origin main",
0 commit comments