Skip to content

Commit 9509605

Browse files
test: Update test scripts and fix tsconfig path typo (#21)
1 parent 172a00e commit 9509605

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
"build": "unbuild",
3838
"stub": "unbuild --stub",
3939
"dev": "esno src/cli.ts",
40-
"test": "npm-run-all test:unit test:report test:lint",
40+
"test": "npm-run-all test:unit test:report test:lint test:typecheck",
4141
"test:unit": "jest --coverage",
4242
"test:report": "jest --reporters=jest-junit",
4343
"test:lint": "eslint .",
44-
"typecheck": "tsc --noEmit",
44+
"test:typecheck": "tsc --noEmit",
4545
"prepublishOnly": "nr build",
4646
"release": "bumpp && pnpm publish"
4747
},

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"module": "esnext",
66
"moduleResolution": "node",
77
"paths": {
8-
"contribrkit": [
8+
"contribkit": [
99
"./src/index.ts"
1010
]
1111
},

0 commit comments

Comments
 (0)