Skip to content

Commit

Permalink
chore: release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benny123tw committed Aug 25, 2023
1 parent 7564828 commit 7d990a0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
],
"scripts": {
"lint": "eslint . --config=packages/eslint-config/index.cjs",
"release": "pnpm test && pnpm publish -r",
"release": "pnpm test && bumpp -r && pnpm publish -r",
"test": "pnpm lint && vitest run"
},
"devDependencies": {
"bumpp": "^9.2.0",
"eslint": "^8.43.0",
"vitest": "^0.32.2",
"vue": "^3.3.4"
},
"packageManager": "pnpm@8.6.2"
}
"packageManager": "pnpm@8.6.2",
"version": "0.0.1"
}

0 comments on commit 7d990a0

Please sign in to comment.