Skip to content

Commit

Permalink
Perhaps a change in quotes?
Browse files Browse the repository at this point in the history
  • Loading branch information
lm-sousa committed Sep 28, 2024
1 parent b1d9e6d commit 0fb7554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Clava-JS/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"build:code": "tsc -b src-code",
"build:watch": "npm run build -- --watch",
"lint": "eslint .",
"test": "cross-env NODE_OPTIONS='$NODE_OPTIONS --experimental-vm-modules' jest --detectOpenHandles --forceExit",
"test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest --detectOpenHandles --forceExit",
"test:api": "npm run test -- src-api",
"test:code": "npm run test -- src-code",
"test:cov": "npm run test -- --coverage",
Expand Down

0 comments on commit 0fb7554

Please sign in to comment.