Skip to content

Commit

Permalink
removed old commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tumms2021389 committed Mar 20, 2024
1 parent 3c44e10 commit fbd651c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
"start-dev-https": "ng serve --port 3500 --ssl --ssl-key private.key --ssl-cert private.pem",
"start-prod": "ng serve --configuration production --port 3500",
"start-prod-https": "ng serve --configuration production --port 3500 --ssl --ssl-key private.key --ssl-cert private.pem",
"start-prod_old": "http-server ./dist -c-1 --port 3500 --gzip --brotli --cors --proxy http://localhost:3500?",
"start-prod-https_old": "http-server ./dist -c-1 --ssl --cert private.pem --key private.key --port 3500 --gzip --brotli --cors --proxy https://localhost:3500?",
"clean": "echo \"cleaning...\" && npx shx --yes rm -rf ./dist/** ./node_modules ./.angular/cache",
"lint": "run-p -cl lint:*",
"lint:es": "eslint --color --cache --cache-location node_modules/.cache/eslint/ src",
Expand Down

0 comments on commit fbd651c

Please sign in to comment.