Skip to content

Instantly share code, notes, and snippets.

@julrich
Last active May 20, 2022 09:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julrich/f2bd5b7e14945eb825cc492fe60e8760 to your computer and use it in GitHub Desktop.
Save julrich/f2bd5b7e14945eb825cc492fe60e8760 to your computer and use it in GitHub Desktop.
Parallel Watch
{
"name": "parallel-watch",
"version": "0.0.1",
"scripts": {
"start": "concurrently -r \"start-storybook -p 6006\" \"yarn watch-tokens\"",
"build-tokens": "kickstartDS tokens compile --cleanup --rc-only",
"watch-tokens": "chokidar \"tokens/*.json\" -c \"yarn build-tokens\""
},
"dependencies": {
"@storybook/addon-actions": "^6.5.3",
"@storybook/addon-docs": "^6.5.3",
"@storybook/addon-essentials": "^6.5.3",
"@storybook/addon-interactions": "^6.5.3",
"@storybook/addon-links": "^6.5.3",
"@storybook/react": "^6.5.3",
"@storybook/testing-library": "^0.0.11",
"chokidar-cli": "^3.0.0",
"concurrently": "^7.2.0",
"kickstartds": "^0.2.7"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment