Skip to content

Commit

Permalink
feat: auto overwriting (#35)
Browse files Browse the repository at this point in the history
* feat: auto overwriting

* chore: update test command
  • Loading branch information
ricardogobbosouza authored Oct 14, 2022
1 parent 90745d6 commit f56434c
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 56 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@
"lint": "eslint --ext .ts,.js .",
"prepack": "unbuild",
"release": "pnpm test && standard-version && git push --follow-tags && npm publish",
"test": "vitest run --coverage"
"test": "pnpm lint && vitest run --coverage"
},
"dependencies": {
"deepmerge": "^4.2.2",
"del": "^7.0.0",
"fs-extra": "^10.1.0",
"hookable": "^5.4.0",
"ohmyfetch": "^0.4.19",
Expand All @@ -38,7 +39,6 @@
"@nuxtjs/eslint-config-typescript": "latest",
"@types/fs-extra": "latest",
"@vitest/coverage-c8": "latest",
"del": "latest",
"eslint": "latest",
"standard-version": "latest",
"tempy": "latest",
Expand Down
55 changes: 10 additions & 45 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f56434c

Please sign in to comment.