Skip to content

Commit

Permalink
(chore) Add a start script to Core (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen authored Dec 15, 2023
1 parent 82ac2f4 commit 907c2ef
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 @@ -17,6 +17,7 @@
"build": "turbo run build",
"build:apps": "turbo run build --filter='@openmrs/*-app'",
"setup": "yarn install && turbo run build",
"start": "openmrs develop",
"verify": "turbo run lint && turbo run test && turbo run typescript",
"prettier": "prettier --config prettier.config.js --write \"packages/**/*.{ts,tsx,css,scss}\" \"e2e/**/*.ts\"",
"postinstall": "husky install",
Expand Down

0 comments on commit 907c2ef

Please sign in to comment.