Bring back dev:transpile dev:sass
This commit is contained in:
parent
502ea174ab
commit
a8f141cc29
1 changed files with 3 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue