Skip to content

Commit

Permalink
chore: verbose error about yarn script deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Jun 30, 2024
1 parent 281c01c commit b7d4fef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"clean:data": "yarn run dashmate group reset --verbose --group=local --hard",
"clean": "yarn run clean:data && yarn run build",
"release": "yarn exec ./scripts/release/release.sh",
"bench": "yarn workspace @dashevo/bench-suite bench"
"bench": "yarn workspace @dashevo/bench-suite bench",
"dashmate": "echo 'Error: `yarn dashmate` is not supported anymore. Please use `./scripts/dashmate` instead'; exit 1"
},
"packageManager": "[email protected]",
"ultra": {
Expand Down

0 comments on commit b7d4fef

Please sign in to comment.