Skip to content

Commit af1e20e

Browse files
chore(package): clean before building with ng-packagr
1 parent 30572d6 commit af1e20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"example": "cd example && npm i && npm start",
77
"clean": "shx rm -rf lib _bundles dist",
8-
"build": "ng-packagr -p package.json",
8+
"build": "npm run clean && ng-packagr -p package.json",
99
"release": "release --deps @uirouter/core @uirouter/angular @uirouter/angularjs",
1010
"test": "npm run build",
1111
"test:downstream": "npm run build && test_downstream_projects",

0 commit comments

Comments
 (0)