Skip to content

Commit 8958633

Browse files
Merge pull request #1466 from faiz-gear/main
fix: dist directory structure error
2 parents 3aa95f4 + 528d067 commit 8958633

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
@@ -65,7 +65,7 @@
6565
"generate": "prisma generate",
6666
"clean": "rm -rf dist",
6767
"type-check": "tsc",
68-
"build": "npm run clean && swc src --out-dir dist --extensions '.ts'",
68+
"build": "npm run clean && swc src --out-dir dist --strip-leading-paths --extensions '.ts'",
6969
"test": "jest src",
7070
"lint": "eslint --ext .ts \"src/**/*.ts\"",
7171
"lint:fix": "npm run lint -- --fix"

0 commit comments

Comments
 (0)