Skip to content

Commit

Permalink
Merge pull request #26 from fsegurai/development
Browse files Browse the repository at this point in the history
fix/deployment scripts
  • Loading branch information
fsegurai committed Jul 1, 2024
2 parents a509610 + c7fb745 commit 429deae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"test": "ng test",
"test:ci_cd": "ng test --no-watch --no-progress --browsers=ChromeHeadless",
"gh-pages:build": "yarn build:demo --aot --base-href=./",
"gh-pages:copy404": "cpy ./dist/demo/browser/index.html ./dist/demo/browser/ --rename=404.html",
"gh-pages:postbuild": "cpy ./dist/demo/3rdpartylicenses.txt ./dist/demo/browser",
"gh-pages:copy404": "cpy ./dist/demo/browser/index.html . --rename=404.html",
"gh-pages:postbuild": "cpy ./dist/demo/3rdpartylicenses.txt ./dist/demo/browser --flat",
"gh-pages:deploy": "angular-cli-ghpages --dir=\"dist/demo/browser\" --no-silent",
"publish:lib": "npm publish ./dist/lib",
"publish:beta": "npm publish ./dist/lib --tag beta"
Expand Down

0 comments on commit 429deae

Please sign in to comment.