From 1433555d011486c8640b22f14b534e0bef4dfd38 Mon Sep 17 00:00:00 2001 From: Carsten Koch Date: Tue, 21 May 2024 08:30:07 +0200 Subject: [PATCH] fix: sandbox script after migration to Amplify Gen2 v1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 006849d82..5b68edacc 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "prepare": "node .husky/install.mjs", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", - "sandbox": "npx amplify sandbox --profile impulso" + "sandbox": "npx ampx sandbox --profile impulso" }, "husky": { "hooks": {