Skip to content

Commit 0c2c70f

Browse files
author
Vlad Ioffe
committed
changin demo branch
1 parent efea827 commit 0c2c70f

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
@@ -18,7 +18,7 @@
1818
"build:demo": "rm -rf dist/ && ng build --configuration production --base-href /angular-datepicker/ && npm run build:index",
1919
"build:prod": "ng-packagr -p package.json",
2020
"release": "npm run build:prod && cd bin && npm publish",
21-
"fullrelease": "git checkout release && git merge master && npm run release && npm run build:demo && git add -A && git commit -am \"demo\" && git subtree push --prefix dist origin gh-pages && git checkout master",
21+
"fullrelease": "git checkout release && git merge master && npm run release && npm run build:demo && git add -A && git commit -am \"demo\" && git subtree push --prefix dist origin demo && git checkout master",
2222
"pack": "cd bin && npm pack"
2323
},
2424
"repository": {

0 commit comments

Comments
 (0)