From 8bcd96894a6ead98febb40c81068ea431b8293ee Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Mon, 24 Jun 2024 18:28:48 -0500 Subject: [PATCH] Fix dev script to transpile icu-types Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b6d3935ffc..374c741151 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "dev:transpile": "run-p \"check:types --watch\" dev:esbuild dev:icu-types", "dev:esbuild": "node scripts/esbuild.js --watch", "dev:sass": "npm run sass --watch", - "dev:icu-types": "chokidar ./_locales/en/messages.json --initial --command \"npm run run build:icu-types\"", + "dev:icu-types": "chokidar ./_locales/en/messages.json --initial --command \"npm run build:icu-types\"", "build:storybook": "npm run build-protobuf && cross-env SIGNAL_ENV=storybook storybook build", "test:storybook": "npm run build:storybook && run-p --race test:storybook:*", "test:storybook:serve": "http-server storybook-static --port 6006 --silent",