Skip to content

Commit

Permalink
fix(ses): Hermes scripts CLI location
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Jul 25, 2024
1 parent 6731802 commit 4ab54d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
"qt": "ava",
"test": "tsd && ava",
"test:platform-compatibility": "node test/package/test.cjs",
"test:hermesc": "cd hermes && ./hermesc -emit-binary -out hermes-smoke.hbc ../test/hermes-smoke.js",
"test:hermes": "cd hermes && ./hermes -b hermes-smoke.hbc"
"test:hermesc": "cd hermes-cli-linux && ./hermesc -emit-binary -out hermes-smoke.hbc ../test/hermes-smoke.js",
"test:hermes": "cd hermes-cli-linux && ./hermes -b hermes-smoke.hbc"
},
"dependencies": {
"@endo/env-options": "^1.1.4"
Expand Down

0 comments on commit 4ab54d8

Please sign in to comment.