Skip to content

Commit

Permalink
fix: remove dotenvx from build
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksii-honchar committed Jul 29, 2024
1 parent 2e672f0 commit 0293bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "pnpm clean:dist && pnpm run dotenvx -- pnpm ts:build",
"build": "pnpm clean:dist && pnpm ts:build",
"ci": "pnpm code:check && pnpm test && pnpm ts:build",
"clean": "rm -rf dist && rm -rf node_modules",
"clean:dist": "rm -rf dist",
Expand Down Expand Up @@ -76,4 +76,4 @@
"engines": {
"node": "^22"
}
}
}

0 comments on commit 0293bef

Please sign in to comment.