Skip to content

Commit

Permalink
Chore: Fix test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Vija02 committed Oct 26, 2024
1 parent 93ccea5 commit df6d789
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 @@ -3,7 +3,7 @@
"projectName": "TheOpenPresenter",
"private": true,
"scripts": {
"setup": "yarn && yarn setup:env auto && yarn setup:db && yarn setup:packages",
"setup": "yarn && yarn setup:env auto && yarn setup:db",
"setup:env": "node ./scripts/setup_env.js",
"setup:db": "node ./scripts/setup_db.js",
"lint": "turbo lint",
Expand Down

0 comments on commit df6d789

Please sign in to comment.