Skip to content

Commit

Permalink
fix: Revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
seebeen committed Sep 21, 2024
1 parent 5a28559 commit 938a22a
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 @@ -22,7 +22,8 @@
"test:setup": "cd ./test/fixtures/dist-test && npm install",
"test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest -i --forceExit",
"test:watch": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest --watch -i --forceExit",
"test:cov": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest --coverage -i --forceExit"
"test:cov": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest --coverage -i --forceExit",
"semantic-release": "semantic-release"
},
"type": "module",
"engines": {
Expand Down

0 comments on commit 938a22a

Please sign in to comment.