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 27e2abd commit af79521Copy full SHA for af79521
package.json
@@ -6,6 +6,7 @@
6
"start": "ng serve",
7
"build": "ng build",
8
"build:prod": "ng build --configuration production",
9
+ "build:example": "ng build ngx-animated-counter-example --configuration production --base-href /ngx-animated-counter-example/",
10
"test": "ng test",
11
"lint": "ng lint",
12
"release": "npm run build:prod && cd dist/@bugsplat/ngx-animated-counter && npm publish -access public"
0 commit comments