Fix: typo in README.md; Fix: package.json script

This commit is contained in:
lorenzo 2020-03-12 21:51:04 +01:00
parent 66b9fe7a7e
commit c0612489d7
4 changed files with 20 additions and 69 deletions

View file

@ -8,9 +8,7 @@
"test": "./node_modules/.bin/ng test",
"lint": "./node_modules/.bin/ng lint",
"e2e": "./node_modules/.bin/ng e2e",
"pack": "./node_modules/.bin/ng-packagr -p ./src/lib/package.json",
"prepublish": "npm run test",
"publish": "npm run pack && npm publish dist --access=public"
"pack": "./node_modules/.bin/ng-packagr -p ./src/lib/package.json"
},
"private": true,
"dependencies": {