diff --git a/package.json b/package.json index 17cf40fb..c691ea69 100644 --- a/package.json +++ b/package.json @@ -8,9 +8,9 @@ "build:prod": "npm run _internal-check-node-version && run-p -l fix _internal-build-prod-only", "build:prod:ci": "npm run _internal-check-node-version && npm run clean && npm run _internal-install-sdk && npm run build:prod", "start-dev": "ng serve --port 3500", - "start-dev-https": "ng serve --port 3500 --ssl --ssl-key private.key --ssl-cert private.pem", + "start-dev-https": "ng serve --port 3500 --ssl --ssl-key ./keys/sdk-a.key --ssl-cert ./keys/sdk-a.crt", "start-prod": "http-server ./dist -c-1 --port 3500 --gzip --brotli --cors --proxy http://localhost:3500?", - "start-prod-https": "http-server ./dist -c-1 --ssl --cert private.pem --key private.key --port 3500 --gzip --brotli --cors --proxy https://localhost:3500?", + "start-prod-https": "http-server ./dist -c-1 --ssl --cert ./keys/sdk-a.crt --key ./keys/sdk-a.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",