Skip to content

Commit

Permalink
fix: yarn run start as alias for yarn run dev (OHIF#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyrb authored Sep 29, 2019
1 parent 034ca64 commit 057f68a
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 @@ -22,6 +22,7 @@
"dev:project": ".scripts/dev.sh",
"dev:orthanc": "lerna run dev:orthanc --stream",
"orthanc:up": "docker-compose -f .docker/Nginx-Orthanc/docker-compose.yml up",
"start": "yarn run dev",
"test": "yarn run test:unit",
"test:unit": "jest --collectCoverage",
"test:unit:ci": "lerna run test:unit:ci --parallel --stream",
Expand Down

0 comments on commit 057f68a

Please sign in to comment.