Skip to content

Commit

Permalink
fix(panel): added prestart script
Browse files Browse the repository at this point in the history
  • Loading branch information
kashw2 committed Sep 8, 2024
1 parent b42134d commit 06539a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "@ffk/panel",
"version": "1.0.0",
"scripts": {
"prebuild": "rimraf dist",
"prebuild": "rimraf dist .angular",
"prestart": "rimraf dist .angular",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
Expand Down Expand Up @@ -70,4 +71,4 @@
"stream": false,
"tls": false
}
}
}

0 comments on commit 06539a1

Please sign in to comment.