Skip to content

Commit

Permalink
fix: dist directory structure error
Browse files Browse the repository at this point in the history
  • Loading branch information
faiz-gear committed Apr 24, 2024
1 parent 8a788b0 commit 528d067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"generate": "prisma generate",
"clean": "rm -rf dist",
"type-check": "tsc",
"build": "npm run clean && swc src --out-dir dist --extensions '.ts'",
"build": "npm run clean && swc src --out-dir dist --strip-leading-paths --extensions '.ts'",
"test": "jest src",
"lint": "eslint --ext .ts \"src/**/*.ts\"",
"lint:fix": "npm run lint -- --fix"
Expand Down

0 comments on commit 528d067

Please sign in to comment.