Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
fix: command typo (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cahllagerfeld authored Jun 29, 2021
1 parent 709ac51 commit 60b63b0
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 @@ -11,7 +11,7 @@
"stargate:keyspace:delete": "setup-stargate d eddiehub",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "npm stargate:keypspace:create && nest start --watch",
"start:dev": "npm run stargate:keyspace:create && nest start --watch",
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\"",
Expand Down

0 comments on commit 60b63b0

Please sign in to comment.