Skip to content

Commit

Permalink
revert test command
Browse files Browse the repository at this point in the history
  • Loading branch information
mtuchi committed Oct 25, 2024
1 parent 09637c0 commit 88a9812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/salesforce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"build": "pnpm clean && build-adaptor salesforce",
"test": "mocha --require mocha-suppress-logs --experimental-specifier-resolution=node --no-warnings",
"test": "mocha --experimental-specifier-resolution=node --no-warnings --recursive",
"test:watch": "mocha -w --experimental-specifier-resolution=node --no-warnings --recursive",
"clean": "rimraf dist types docs",
"pack": "pnpm pack --pack-destination ../../dist",
Expand Down Expand Up @@ -52,4 +52,4 @@
"type": "module",
"types": "types/index.d.ts",
"main": "dist/index.cjs"
}
}

0 comments on commit 88a9812

Please sign in to comment.