From 4116a906d9e36f651108940070ef0c93142124f0 Mon Sep 17 00:00:00 2001 From: Max Isom Date: Sat, 18 Nov 2023 16:11:10 -0600 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed4e472f..393e4f54 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "lint:fix": "eslint . --fix", "all:check": "npm run type:check && npm run type-css:check && npm run lint && npm run format:check && npm run test", "storybook": "storybook dev -p 6006", - "build-storybook": "storybook build" + "build:storybook": "storybook build" }, "dependencies": { "@aws-sdk/client-s3": "^3.360.0",