Skip to content

Commit

Permalink
chore: remove old commands
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-mangilev committed Jan 25, 2025
1 parent 01aac66 commit 95bcb7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"gh-pages": "ng build ngx-vflow-demo && ng deploy --cname=www.ngx-vflow.org --dir=dist/ngx-vflow-demo/browser",
"lint": "ng lint",
"prepare": "husky"
},
Expand Down
6 changes: 1 addition & 5 deletions projects/ngx-vflow-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@
"type": "git"
},
"scripts": {
"build": "ng build",
"publish:major": "npm version major && ng build ngx-vflow-lib && cd ../../dist/ngx-vflow-lib && npm publish",
"publish:minor": "npm version minor && ng build ngx-vflow-lib && cd ../../dist/ngx-vflow-lib && npm publish",
"publish:preminor": "npm version preminor && ng build ngx-vflow-lib && cd ../../dist/ngx-vflow-lib && npm publish",
"publish:patch": "npm version patch && ng build ngx-vflow-lib && cd ../../dist/ngx-vflow-lib && npm publish"
"build": "ng build"
},
"peerDependencies": {
"@angular/common": "^17.3.12 || 18.x || 19.x",
Expand Down

0 comments on commit 95bcb7c

Please sign in to comment.