-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #102 from catuhana/add-tests
Add tests and CI step
- Loading branch information
Showing
7 changed files
with
830 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,6 +30,7 @@ | |
"scripts": { | ||
"build": "unbuild", | ||
"stub": "unbuild --stub", | ||
"test": "vitest", | ||
"lint:prettier": "prettier -c .", | ||
"format:prettier": "prettier --write .", | ||
"prepack": "pnpm build" | ||
|
@@ -38,10 +39,11 @@ | |
"@catppuccin/palette": "^1.2.0" | ||
}, | ||
"devDependencies": { | ||
"@unocss/core": "^0.61.3", | ||
"@unocss/core": "^0.61.5", | ||
"prettier": "^3.3.3", | ||
"typescript": "^5.5.3", | ||
"unbuild": "^3.0.0-rc.6" | ||
"unbuild": "^3.0.0-rc.7", | ||
"vitest": "^2.0.3" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
|
Oops, something went wrong.