From c8c61d388e92ad7c9f3943966aa68576faf959ae Mon Sep 17 00:00:00 2001 From: Dennis Kigen Date: Wed, 28 Feb 2024 15:12:36 +0300 Subject: [PATCH] (chore) Fix start script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 311abbde..6fd371cd 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "packages/*" ], "scripts": { - "start": "openmrs develop --backend http://amrs.ampath.or.ke:8080 --api-url /amrs --spa-path /amrs/spa/", + "start": "openmrs develop --spa-path '/amrs/spa/' --api-url '/amrs/' --backend 'http://amrs.ampath.or.ke:8080' ", "ci:publish": "yarn workspaces foreach --all --topological --exclude @ampath/esm-3.x-app npm publish --access public --tag latest", "ci:prepublish": "yarn workspaces foreach --all --topological --exclude @ampath/esm-3.x-app npm publish --access public --tag next", "release": "yarn workspaces foreach --all --topological version",