Skip to content

Commit

Permalink
chore(deps-dev): upgrade swc and enable strip-leading-paths option
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Hernandez Pellicer committed Feb 10, 2024
1 parent 91b0f18 commit 4e9e09d
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 7 deletions.
55 changes: 50 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"lint:fix": "npm run lint -- --fix",
"build:clean": "rimraf dist; exit 0",
"validate-typescript": "tsc -p tsconfig.prod.json --noEmit",
"generate-dist": "swc ./src -d dist"
"generate-dist": "swc ./src -d dist --strip-leading-paths"
},
"dependencies": {
"dotenv": "^16.4.1",
Expand All @@ -44,7 +44,7 @@
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@swc/cli": "^0.1.65",
"@swc/cli": "^0.3.9",
"@swc/core": "^1.4.0",
"@swc/jest": "^0.2.36",
"@types/express": "^4.17.20",
Expand Down

0 comments on commit 4e9e09d

Please sign in to comment.