Skip to content

Commit

Permalink
Update test configuration for explore-config package
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed May 2, 2024
1 parent eea3741 commit 5cc2742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/semantic-release-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"build:type": "tsc --emitDeclarationOnly --preserveWatchOutput",
"build": "pnpm run \"/^build:.*/\"",
"dev": "pnpm run \"/^build:.*/\" --watch",
"test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest",
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest",
"type-check": "tsc --noEmit",
"lint": "eslint src"
},
Expand Down

0 comments on commit 5cc2742

Please sign in to comment.