ci: run tests (#145)

This commit is contained in:
hiroki osame
2023-03-10 01:26:46 -05:00
committed by GitHub
parent ba0d6fdd25
commit d6a6a5b025
5 changed files with 297 additions and 1 deletions

View File

@@ -20,6 +20,7 @@
"build": "pkgroll --minify",
"lint": "eslint --cache .",
"type-check": "tsc",
"test": "tsx tests",
"prepack": "pnpm build"
},
"simple-git-hooks": {
@@ -40,12 +41,15 @@
"cleye": "^1.3.2",
"eslint": "^8.35.0",
"execa": "^7.0.0",
"fs-fixture": "^1.2.0",
"ini": "^3.0.1",
"kolorist": "^1.7.0",
"lint-staged": "^13.1.2",
"manten": "^0.7.0",
"openai": "^3.2.1",
"pkgroll": "^1.9.0",
"simple-git-hooks": "^2.8.1",
"tsx": "^3.12.3",
"typescript": "^4.9.5"
},
"eslintConfig": {