We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30572d6 commit af1e20eCopy full SHA for af1e20e
package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"example": "cd example && npm i && npm start",
7
"clean": "shx rm -rf lib _bundles dist",
8
- "build": "ng-packagr -p package.json",
+ "build": "npm run clean && ng-packagr -p package.json",
9
"release": "release --deps @uirouter/core @uirouter/angular @uirouter/angularjs",
10
"test": "npm run build",
11
"test:downstream": "npm run build && test_downstream_projects",
0 commit comments