test: write test codes with gh workflow
This commit is contained in:
parent
d2d6b5f6e1
commit
ce0ca5988e
7 changed files with 56 additions and 5 deletions
|
|
@ -12,7 +12,8 @@
|
|||
"build": "rimraf dist && tsc",
|
||||
"lint": "biome check",
|
||||
"release": "semantic-release",
|
||||
"prepack": "pnpm build"
|
||||
"prepack": "pnpm build",
|
||||
"test": "node -r ts-node/register --test tests/*.test.ts"
|
||||
},
|
||||
"keywords": ["comcigan", "parser", "typescript", "school", "korean"],
|
||||
"author": "Starcea <stardev.uwu@gmail.com>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue