ngx-deploy-npm
Advanced tools
Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "ngx-deploy-npm", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Publish your angular packages to npm by just run `npm deploy your-packages`", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "rimraf dist && json2ts deploy/schema.json > deploy/schema.d.ts && tsc && copyfiles README.md builders.json collection.json package.json ngx-deploy-npm deploy/schema.json dist", | ||
"build": "rimraf dist && json2ts deploy/schema.json > deploy/schema.d.ts && tsc && copyfiles README.md builders.json collection.json package.json ngx-deploy-npm deploy/schema.json dist && cp ./LICENSE ./dist/LICENSE", | ||
"predeploy": "npm run build", | ||
"deploy": "cd dist && npm publish --access public && cd ..", | ||
"link": "npm run build && cd dist && npm link && cd ..", | ||
@@ -9,0 +11,0 @@ "test": "jest", |
@@ -12,3 +12,3 @@ # ngx-deploy-npm π | ||
[discord-image]: https://img.shields.io/discord/748677963142135818?color=7289DA&label=%23ngx-deploy-npm&logo=discord&logoColor=white&style=flat-square | ||
[discord-url]: https://discord.com/invite/XrzEC6K | ||
[discord-url]: https://discord.gg/cPa78y6rXn | ||
@@ -15,0 +15,0 @@ ### **Deploy your Angular Package to NPM directly from the Angular CLI! π** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
88072