Skip to content

Commit

Permalink
Hotfix: run-s is a dev dependency (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcarl authored Sep 5, 2024
1 parent e0d081b commit 6abb1f1
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 @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "run-p dev:*",
"start": "run-s start:migrate start:bot",
"start": "npm run start:migrate; npm run start:bot",
"test": "vitest",
"build": "run-s build:*",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
Expand Down

0 comments on commit 6abb1f1

Please sign in to comment.