Skip to content

Commit

Permalink
ci: use latest fdp-play
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 committed Sep 16, 2024
1 parent c0fcdab commit cbc0930
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 @@ -31,7 +31,7 @@
"start": "ts-node src/index.ts",
"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\"",
"bee": "npx fdp-play start --detach --fresh"
"bee": "npx fdp-play@3.2.0 start --detach --fresh"
},
"engines": {
"node": ">=14.0.0",
Expand Down

0 comments on commit cbc0930

Please sign in to comment.