From 1e845fc6a2eebb74931942572946a3e54da5d0f9 Mon Sep 17 00:00:00 2001 From: Mohamed ABDELLANI Date: Thu, 29 Oct 2020 12:39:16 +0100 Subject: [PATCH] fix dev script command in package.json --- accounts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounts/package.json b/accounts/package.json index 97fc405c94..1fef30503b 100755 --- a/accounts/package.json +++ b/accounts/package.json @@ -39,7 +39,7 @@ "valid-url": "^1.0.9" }, "scripts": { - "dev": "PORT=3003 && react-scripts start", + "dev": "PORT=3003 react-scripts start", "build": "react-scripts build && npm run build-sw", "build-sw": "node ./src/sw-build.js", "test": "jest --forceExit --runInBand ./src/test/*.test.js",