Last active
May 20, 2022 09:12
-
-
Save julrich/f2bd5b7e14945eb825cc492fe60e8760 to your computer and use it in GitHub Desktop.
Parallel Watch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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