Skip to content

Commit

Permalink
docs(package-json): deleted leading spaces in some package-json comma…
Browse files Browse the repository at this point in the history
…nds (#141)
  • Loading branch information
antoinezanardi committed May 4, 2023
1 parent 8132799 commit f9a080a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"prepare": "husky install",
"prebuild": "rimraf dist",
"build": "NODE_ENV=production nest build",
"docker:dev:start": " docker-compose -f docker/werewolves-assistant-dev/docker-compose.yml up -d",
"docker:dev:stop": " docker-compose -f docker/werewolves-assistant-dev/docker-compose.yml down",
"docker:test:start": " docker-compose -f docker/werewolves-assistant-test/docker-compose.yml up -d",
"docker:test:stop": " docker-compose -f docker/werewolves-assistant-test/docker-compose.yml down",
"docker:dev:start": "docker-compose -f docker/werewolves-assistant-dev/docker-compose.yml up -d",
"docker:dev:stop": "docker-compose -f docker/werewolves-assistant-dev/docker-compose.yml down",
"docker:test:start": "docker-compose -f docker/werewolves-assistant-test/docker-compose.yml up -d",
"docker:test:stop": "docker-compose -f docker/werewolves-assistant-test/docker-compose.yml down",
"start": "nest start",
"start:dev": "rimraf dist && nest start --watch",
"start:debug": "nest start --debug --watch",
Expand Down

0 comments on commit f9a080a

Please sign in to comment.