Skip to content

Commit

Permalink
adjustment script for build, version and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Jul 5, 2024
1 parent b5dafbe commit aa948c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"start": "ng serve",
"build": "ng build",
"build:module": "ng build angular-techs-logos",
"prod": "npm version patch && cd projects/angular-techs-logos && npm version patch && npm run build:module && cd dist/angular-techs-logos && npm publish",
"version": "npm version patch && cd projects/angular-techs-logos && npm version patch",
"publish": "cd dist/angular-techs-logos && npm publish",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"svg": "svg-generator"
Expand Down
2 changes: 1 addition & 1 deletion projects/angular-techs-logos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-techs-logos",
"version": "0.1.14",
"version": "0.1.15",
"public": true,
"author": "lucasferreiralimax (https://github.com/lucasferreiralimax)",
"repository": "https://github.com/criar-art/angular-techs-logos",
Expand Down

0 comments on commit aa948c6

Please sign in to comment.