Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SkulderLock committed Jul 31, 2023
1 parent 15b4069 commit 15bedfe
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 @@ -5,8 +5,8 @@
"homepage": "https://ionicframework.com/",
"scripts": {
"ng": "ng",
"start": "ionic serve",
"build": "ionic build",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
Expand Down

0 comments on commit 15bedfe

Please sign in to comment.