Skip to content

Commit

Permalink
Merge pull request #1466 from faiz-gear/main
Browse files Browse the repository at this point in the history
fix: dist directory structure error
  • Loading branch information
valentinpalkovic authored May 31, 2024
2 parents 3aa95f4 + 528d067 commit 8958633
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 8958633

Please sign in to comment.