Skip to content

Commit

Permalink
fix(lib): copying LICENSE file to output build
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianGosebrink committed Apr 14, 2020
1 parent ff82dd9 commit e89aa6d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
13 changes: 9 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"release": "standard-version",
"ng": "ng",
"start": "ng serve --project sample -o",
"build": "npm run prettier && ng build --prod --project lib && npm run copy:readme && npm run docs",
"build": "npm run prettier && ng build --prod --project lib && npm run copy:readme && npm run copy:license && npm run docs",
"build:jwks": "npm run prettier && ng build angular-oauth2-oidc-jwks --ts-config tsconfig.npm.json",
"test": "ng test",
"lint": "ng lint",
Expand All @@ -19,6 +19,7 @@
"docs:watch": "npm run docs:build -- -s -w",
"format": "prettier --single-quote --write projects/**/*.ts",
"copy:readme": "cpr README.md dist/lib/README.md --overwrite",
"copy:license": "cpr LICENSE dist/lib/LICENSE --overwrite",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"contributer": "git shortlog -s 9.0.0..HEAD"
},
Expand Down

0 comments on commit e89aa6d

Please sign in to comment.