Skip to content

Commit

Permalink
chore(package): clean before building with ng-packagr
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Nov 25, 2019
1 parent 30572d6 commit af1e20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"example": "cd example && npm i && npm start",
"clean": "shx rm -rf lib _bundles dist",
"build": "ng-packagr -p package.json",
"build": "npm run clean && ng-packagr -p package.json",
"release": "release --deps @uirouter/core @uirouter/angular @uirouter/angularjs",
"test": "npm run build",
"test:downstream": "npm run build && test_downstream_projects",
Expand Down

0 comments on commit af1e20e

Please sign in to comment.