Skip to content

Commit

Permalink
feature/vesrion change scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
choewy committed Mar 18, 2024
1 parent f0469dd commit ed105f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 25 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@
"scripts": {
"prepare": "husky",
"lint": "eslint \"{libs,test}/**/*.ts\" --fix",
"docker": "docker-compose up --build -d",
"start": "nodemon -w libs -e ts --exec ts-node libs/main.ts",
"build": "rm -rf dist && tsc",
"docker": "docker-compose up --build -d"
"vesrion:patch": "npm version patch && git push origin master",
"vesrion:minor": "npm version minor && git push origin master",
"vesrion:major": "npm version major && git push origin master"
},
"dependencies": {
"@nestjs/common": "^10.3.3",
Expand Down
8 changes: 0 additions & 8 deletions scripts/major.sh

This file was deleted.

8 changes: 0 additions & 8 deletions scripts/minor.sh

This file was deleted.

8 changes: 0 additions & 8 deletions scripts/patch.sh

This file was deleted.

0 comments on commit ed105f7

Please sign in to comment.