mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 08:28:17 +01:00
Speed up yarn dev TypeScript transpilation
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
"ready": "npm-run-all --print-label clean-transpile grunt --parallel lint lint-deps test-node test-electron",
|
||||
"dev": "run-p --print-label dev:*",
|
||||
"dev:grunt": "yarn grunt dev",
|
||||
"dev:transpile": "yarn run transpile --watch --preserveWatchOutput",
|
||||
"dev:webpack": "cross-env NODE_ENV=development webpack-dev-server --hot",
|
||||
"dev:typed-scss": "yarn build:typed-scss -w",
|
||||
"dev:storybook": "cross-env SIGNAL_ENV=storybook start-storybook -p 6006 -s ./",
|
||||
|
||||
Reference in New Issue
Block a user