Skip to content

Commit

Permalink
chore: 👷 update build script to remove dist
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Jan 13, 2025
1 parent 407b29a commit 7b9d7d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugin-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"dist"
],
"scripts": {
"ng": "ng",
"build": "ng build",
"clean": "rm -rf dist",
"build": "npm run clean && ng build",
"test:types": "npm run build"
},
"author": "Bugsnag",
Expand Down

0 comments on commit 7b9d7d9

Please sign in to comment.