Skip to content

Commit

Permalink
Merge pull request #5 from tsshogi/fix/path
Browse files Browse the repository at this point in the history
feat: add tsc-alias
  • Loading branch information
tkgstrator authored Sep 11, 2024
2 parents da892e1 + a436fab commit b5789fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsshogi/kanna",
"version": "0.0.1",
"version": "0.0.2",
"description": "棋譜データをパースするライブラリです",
"author": "tkgstrator",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"scripts": {
"build": "bun build src/index.ts --sourcemap=external --minify --outdir dist",
"prebuild": "rimraf dist",
"postbuild": "bunx tsc",
"postbuild": "bunx tsc && tsc-alias",
"lint": "bunx @biomejs/biome lint --write src",
"format": "bunx @biomejs/biome format --write src",
"deploy": "wrangler deploy --minify src/index.ts",
Expand All @@ -43,6 +43,7 @@
"husky": "^9.1.3",
"lint-staged": "^15.2.10",
"rimraf": "^6.0.1",
"tsc-alias": "^1.8.10",
"zod": "^3.23.8"
}
}

0 comments on commit b5789fa

Please sign in to comment.