Skip to content

Commit 07a1835

Browse files
committed
fix: edit build script tsconfig path
1 parent 6f1b4f6 commit 07a1835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/codebrewlab/nestjs-storage",
88
"scripts": {
99
"jest": "jest",
10-
"build": "rimraf -rf dist && tsc -p tsconfig.lib.json",
10+
"build": "rimraf -rf dist && tsc -p ./tsconfig.lib.json",
1111
"lint": "eslint 'lib/**/*.ts' --fix",
1212
"prepublish:npm": "npm run build",
1313
"publish:npm": "npm publish --access public",

0 commit comments

Comments
 (0)