Skip to content

Commit

Permalink
test: add pathRules test
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo committed Jan 12, 2023
1 parent 97e3400 commit 1c09e67
Show file tree
Hide file tree
Showing 4 changed files with 327 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"docs:dev": "vitepress dev docs",
"docs:preview": "vitepress preview docs",
"lint": "eslint .",
"test": "vitest run --reporter verbose",
"prepublishOnly": "pnpm run build",
"release:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "bumpp package.json --execute=\"pnpm release:changelog\" --commit --all --push --tag && pnpm publish --access public"
Expand All @@ -61,7 +62,8 @@
"prettier": "^2.8.2",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"vite": "^4.0.4"
"vite": "^4.0.4",
"vitest": "^0.27.1"
},
"peerDependencies": {
"vite": ">=3.0.0"
Expand Down
Loading

0 comments on commit 1c09e67

Please sign in to comment.