Skip to content

Commit

Permalink
fix npm start-tls in react app (#24756)
Browse files Browse the repository at this point in the history
change webpack tls environment option
  • Loading branch information
timoreichert authored Mar 11, 2024
1 parent 7aefbc5 commit a36f021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/react/templates/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"jest": "jest --coverage --logHeapUsage --maxWorkers=2 --config jest.conf.js",
"jest:update": "<%= clientPackageManager %> run jest -- --updateSnapshot",
"start": "<%= clientPackageManager %> run webapp:dev --",
"start-tls": "<%= clientPackageManager %> run webapp:dev -- --env.tls",
"start-tls": "<%= clientPackageManager %> run webapp:dev -- --env tls",
<%_ if (skipServer) { _%>
"sonar": "sonar-scanner",
<%_ } _%>
Expand Down

0 comments on commit a36f021

Please sign in to comment.