Skip to content

Commit af79521

Browse files
committed
chore: add build script
1 parent 27e2abd commit af79521

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"start": "ng serve",
77
"build": "ng build",
88
"build:prod": "ng build --configuration production",
9+
"build:example": "ng build ngx-animated-counter-example --configuration production --base-href /ngx-animated-counter-example/",
910
"test": "ng test",
1011
"lint": "ng lint",
1112
"release": "npm run build:prod && cd dist/@bugsplat/ngx-animated-counter && npm publish -access public"

0 commit comments

Comments
 (0)