Skip to content

Commit

Permalink
ci: set fdp-play version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 committed Jun 27, 2024
1 parent 6e49863 commit ce86a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"lint": "eslint --fix \"src/**/*.ts\" \"test/**/*.ts\" && prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"lint:check": "eslint \"src/**/*.ts\" \"test/**/*.ts\" && prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
"depcheck": "depcheck .",
"bee": "npx fdp-play start --detach --fresh"
"bee": "npx fdp-play start --detach --fresh --bee-version 2.1.0"
},
"dependencies": {
"@ethersphere/swarm-cid": "^0.1.0",
Expand Down

0 comments on commit ce86a62

Please sign in to comment.