Skip to content

Commit 43daaef

Browse files
committed
fix:build cmd
1 parent 31e45e6 commit 43daaef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@creatorem/next-trpc",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/creatorem/next-trpc"
@@ -23,7 +23,7 @@
2323
"dist"
2424
],
2525
"scripts": {
26-
"build": "tsc --noEmit false --outDir dist --declaration --module commonjs --target ES2017",
26+
"build": "tsc src/*.ts --outDir dist --declaration --module commonjs --target ES2017 --skipLibCheck",
2727
"clean": "git clean -xdf .turbo dist node_modules",
2828
"format": "prettier --check \"**/*.{ts,tsx}\"",
2929
"lint": "eslint .",

0 commit comments

Comments
 (0)