Skip to content

Commit

Permalink
chore: cleanup patch job
Browse files Browse the repository at this point in the history
  • Loading branch information
opichon committed Nov 5, 2022
1 parent dac0cfd commit 70310d1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
3 changes: 1 addition & 2 deletions libs/vue-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/vue-config",
"version": "0.0.2",
"version": "0.0.3",
"description": "Vue config",
"license": "MIT",
"exports": {
Expand All @@ -20,7 +20,6 @@
"build": "vite build && vue-tsc --emitDeclarationOnly",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
"lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
"patch": "npm version patch",
"publish": "npm publish --access public",
"sort-package": "npx sort-package-json",
"typecheck": "vue-tsc --noEmit -p tsconfig.json --composite false"
Expand Down
10 changes: 3 additions & 7 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,9 @@ outdated:
@printf "\033[0;32m>>> Check for outdated dependencies\033[0m\n"
pnpm -r outdated

release:
@printf "\033[0;32m>>> Tagging repo for next release\033[0m\n"
git checkout $(version)
git pull origin $(version)
git tag $(version).$(tag)
git push origin $(version).$(tag)
git checkout $(version)-develop
publish:
@printf "\033[0;32m>>> Publish packages033[0m\n"
pnpm publish

sort-package:
@printf "\033[0;32m>>> Format package.json\033[0m\n"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dzangolab-vue",
"version": "0.0.2",
"version": "0.0.3",
"scripts": {
"build": "turbo run build",
"lint": "turbo run lint",
Expand Down
3 changes: 0 additions & 3 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
"lint:fix": {
"outputs": []
},
"patch": {
"outputs": []
},
"publish": {
"outputs": []
},
Expand Down

0 comments on commit 70310d1

Please sign in to comment.