Skip to content

Commit

Permalink
ci: bee-version set for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nugaon committed Jul 2, 2024
1 parent 8b9b6de commit 8043ac3
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 @@ -56,7 +56,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 3d7de7c-commit"
},
"dependencies": {
"@ethersphere/swarm-cid": "^0.1.0",
Expand Down

0 comments on commit 8043ac3

Please sign in to comment.