Skip to content

Commit

Permalink
chore: add --experimental-import-meta-resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Sep 14, 2023
1 parent 8779eae commit d95121d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"build": "scripts ts-build2 --cjs --target es2019",
"lint": "kcd-scripts lint",
"setup": "npm install && npm run validate -s",
"setup:env": "node scripts/setup.js",
"setup:env": "node --experimental-import-meta-resolve scripts/setup.js",
"test": "kcd-scripts test",
"test:jest": "kcd-scripts test",
"test:toolbox": "NODE_OPTIONS='--experimental-vm-modules --experimental-modules --experimental-import-meta-resolve' node scripts/test.js",
Expand Down

0 comments on commit d95121d

Please sign in to comment.