Skip to content

Commit

Permalink
fixing script
Browse files Browse the repository at this point in the history
  • Loading branch information
vlio20 committed Dec 22, 2021
1 parent b1b2396 commit fb48872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build:index": "node build.js",
"build:demo": "rm -rf dist/ && ng build --configuration production --base-href /angular-datepicker/ && npm run build:index",
"release": "npm run build:lib && cd dist/ng2-date-picker && npm publish",
"release:demo": "build:demo && git add -A && git commit -am \"demo\" && git subtree push --prefix dist origin demo",
"release:demo": "npm run build:demo && git add -A && git commit -am \"demo\" && git subtree push --prefix dist origin demo",
"fullrelease": "git checkout release && git merge master && npm run release:demo && npm run release && git checkout master",
"pack": "cd bin && npm pack"
},
Expand Down

0 comments on commit fb48872

Please sign in to comment.