Skip to content

Commit

Permalink
single-pool-js: Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque authored and 2501babe committed Oct 18, 2023
1 parent a317e8f commit 5ce6eac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions single-pool/js/packages/classic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": "pnpm tsc",
"lint": "eslint --max-warnings 0 .",
"lint:fix": "eslint . --fix",
"test": "NODE_OPTIONS='--loader=tsx' ava"
"test": "NODE_OPTIONS='--import=tsx' ava"
},
"type": "module",
"main": "./dist/index.js",
Expand All @@ -32,10 +32,10 @@
},
"ava": {
"extensions": {
"ts": "module"
"ts": "commonjs"
},
"nodeArguments": [
"--loader=tsx"
"--import=tsx"
]
}
}

0 comments on commit 5ce6eac

Please sign in to comment.