Skip to content

Commit

Permalink
chore: add start server commando on root
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustoCalaca committed Apr 1, 2022
1 parent 891bd5b commit 87c140f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"server:build": "yarn workspace @multiple-choice/server build",
"server:dev": "yarn workspace @multiple-choice/server dev",
"server:graphql": "yarn workspace @multiple-choice/server graphql",
"server:start": "yarn workspace @multiple-choice/server start",
"server:test": "yarn workspace @multiple-choice/server test",
"startup": "./scripts/startup.sh",
"test": "jest",
Expand Down

0 comments on commit 87c140f

Please sign in to comment.