Skip to content

Commit

Permalink
test no hoise fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
douglance committed Dec 12, 2024
1 parent 5dc312e commit 6205d10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"name": "@arbitrum/monorepo",
"version": "0.0.0",
"private": true,
"scripts": {
"audit:ci": "audit-ci --config ./audit-ci.jsonc",
Expand All @@ -15,10 +13,6 @@
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/typechain/**",
"**/@typechain/**"
]
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/src/lib/utils/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import * as dotenv from 'dotenv'
import * as path from 'path'

export const loadEnv = () => {
dotenv.config({ path: path.resolve(__dirname, '../../../.env') })
dotenv.config({ path: path.resolve(__dirname, '../../../../../.env') })
}

0 comments on commit 6205d10

Please sign in to comment.