Skip to content

Commit

Permalink
feat(docs): demo site with examples (pkg fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
lamabiker committed Mar 11, 2020
1 parent 06b2204 commit af6f1ba
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 @@ -4,7 +4,7 @@
"scripts": {
"adjust-version:lib": "rjp projects/ng-i18n-date-interval/package.json version $VERSION",
"adjust-version:main": "rjp package.json version $VERSION",
"adjust-version": "npm-run-all adjust-version:*",
"adjust-version": "npm run adjust-version:main && npm run adjust-version:lib",
"build:demo": "ng build ng-i18n-date-interval-showcase --base-href='https://lamabiker.github.io/ng-i18n-date-interval/'",
"build:lib": "npm run copy:readme && ng build ng-i18n-date-interval",
"build": "npm run build:lib && npm run build:demo",
Expand Down

0 comments on commit af6f1ba

Please sign in to comment.