Skip to content

Commit

Permalink
ci: use full package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 committed Sep 16, 2024
1 parent cbc0930 commit 5cd3ccc
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 [email protected] start --detach --fresh"
"bee": "npx @fairdatasociety/[email protected] start --detach --fresh"
},
"engines": {
"node": ">=14.0.0",
Expand Down

0 comments on commit 5cd3ccc

Please sign in to comment.