From a8f141cc29ea1fc52c69c2f78fcfcc8b5fd285fd Mon Sep 17 00:00:00 2001 From: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:08:48 -0700 Subject: [PATCH] Bring back dev:transpile dev:sass --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index f54e3f855..c8e069e1e 100644 --- a/package.json +++ b/package.json @@ -63,6 +63,9 @@ "open-coverage": "open coverage/lcov-report/index.html", "ready": "npm-run-all --print-label clean-transpile generate --parallel lint lint-deps lint-intl test-node test-electron", "dev": "yarn build-protobuf && cross-env SIGNAL_ENV=storybook storybook dev --port 6006", + "dev:transpile": "run-p \"check:types --watch\" dev:esbuild", + "dev:esbuild": "node scripts/esbuild.js --watch", + "dev:sass": "yarn sass --watch", "build:storybook": "yarn build-protobuf && cross-env SIGNAL_ENV=storybook storybook build", "test:storybook": "yarn build:storybook && run-p --race test:storybook:*", "test:storybook:serve": "http-server storybook-static --port 6006 --silent",