Skip to content

Commit

Permalink
Missing an env
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jun 19, 2024
1 parent 6edb23c commit 5aa1e02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"scripts": {
"default": "npm run test",
"test": "npm run test:node && npm run test:ava",
"test:ava": "npx ava --verbose",
"test:ava": "cross-env ELEVENTY_SKIP_ESM_RESOLVER=1 npx ava --verbose",
"test:node": "node --test test_node/tests.js",
"jsdoc": "rm -rf jsdoc && npx jsdoc src/* -r -d jsdoc",
"format": "prettier . --write",
Expand Down Expand Up @@ -85,6 +85,7 @@
"@zachleat/noop": "^1.0.3",
"ava": "^6.1.3",
"c8": "^10.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
Expand Down

0 comments on commit 5aa1e02

Please sign in to comment.