Skip to content

Commit

Permalink
run in band
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-dixon committed May 12, 2024
1 parent a8320b5 commit 4a9a1cc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/toaster/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
"name": "toaster",
"version": "0.0.0",
"description": "",
"private": true,
"main": "index.js",
"scripts": {
"start": "ts-node src/index.ts",
"clean": "rimraf node_modules & rimraf dist & rimraf .turbo",
"test": "jest --forceExit",
"test": "jest --runInBand --forceExit",
"format": "prettier --write .",
"typecheck": "tsc --noEmit"
},
Expand Down Expand Up @@ -35,10 +36,10 @@
"webpack": "^5.88.2"
},
"dependencies": {
"@effect/schema": "0.55.0",
"@effect/schema": "0.61.5",
"@temporalio/testing": "1.8.6",
"@temporalio/worker": "1.8.6",
"effect": "2.0.0-next.48",
"effect": "2.2.3",
"ramda": "0.29.0",
"xstate": "beta.27"
},
Expand Down

0 comments on commit 4a9a1cc

Please sign in to comment.