Skip to content

Commit

Permalink
fix: 🐛 copy readme for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Netanel Basal committed Jun 11, 2020
1 parent 63109ab commit 046ee0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"contributors:add": "all-contributors add",
"hooks:pre-commit": "node hooks/pre-commit.js",
"commit": "git-cz",
"build:lib": "ng build @ngneat/error-tailor --prod && npm run schematics:build",
"build:lib": "ng build @ngneat/error-tailor --prod && npm run schematics:build && cp -r README.md dist/ngneat/error-tailor",
"test:lib": "ng test @ngneat/error-tailor",
"release": "cd projects/ngneat/error-tailor && standard-version --infile ../../../CHANGELOG.md",
"test:lib:headless": "cross-env CI=true npm run test:lib",
Expand Down

0 comments on commit 046ee0d

Please sign in to comment.