Skip to content

Commit 84daae9

Browse files
committed
fix: remove --experimental-vm-modules, rely on @smithy/node-http-handler pin from PR #951
1 parent e5ee11c commit 84daae9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graphile/graphile-presigned-url-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build": "makage build",
1515
"build:dev": "makage build --dev",
1616
"lint": "eslint . --fix",
17-
"test": "NODE_OPTIONS='--experimental-vm-modules' jest --passWithNoTests",
17+
"test": "jest --passWithNoTests",
1818
"test:watch": "jest --watch"
1919
},
2020
"publishConfig": {

0 commit comments

Comments
 (0)