Skip to content

Commit

Permalink
Add run-script-os to use the appropriate switch for env var
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Jan 5, 2024
1 parent 671ffc9 commit 8e5dd76
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
},
"scripts": {
"ng": "ng",
"start": "ng serve --port %PORT%",
"start": "run-script-os",
"start:win32": "ng serve --port %PORT%",
"start:default": "ng serve --port $PORT",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
Expand Down Expand Up @@ -36,6 +38,7 @@
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.2.2"
"typescript": "~5.2.2",
"run-script-os": "^1.1.6"
}
}

0 comments on commit 8e5dd76

Please sign in to comment.