Skip to content

Commit

Permalink
feat(build): improved lib tree shaking capabilities via SCAM structure
Browse files Browse the repository at this point in the history
215
  • Loading branch information
joanllenas committed Oct 24, 2020
1 parent 9ea4118 commit 38f3679
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@
"e2e": "ng e2e",
"cm": "git-cz",
"cm-retry": "git-cz --retry",
"copy-readme": "cp ./README.md ./dist/ngx-date-fns",
"build:version": "sync-json -v --property version --source package.json projects/ngx-date-fns/package.json && sync-json -v --property version --source package.json dist/ngx-date-fns/package.json",
"release": "npm run build && standard-version --no-verify --commit-all && npm publish dist/ngx-date-fns",
"next": "npm run build && standard-version --no-verify --commit-all --prerelease beta && npm publish dist/ngx-date-fns --tag next",
"release": "npm run build && npm run copy-readme && standard-version --no-verify --commit-all && npm publish dist/ngx-date-fns",
"next": "npm run build && npm run copy-readme && standard-version --no-verify --commit-all --prerelease beta && npm publish dist/ngx-date-fns --tag next",
"standard-version": "standard-version"
},
"standard-version": {
Expand Down

0 comments on commit 38f3679

Please sign in to comment.