I am not able to get chromatic cli v5.4.0 to build my storybook. It worked the first time and then hangs on subsequent attempts.
➜ my-project git:(storybook-poc) ✗ yarn chromatic
yarn run v1.22.10
$ npx chromatic --project-token xxxfooxxx
Chromatic CLI v5.4.0
https://www.chromatic.com/docs/cli
✔ Authenticated with Chromatic
→ Using project token '*******xxx'
✔ Retrieved git information
→ Commit 'f392eff' on branch 'storybook-poc'; found 1 baseline commit
✔ Collected Storybook metadata
→ Storybook v6.1.3 for React; supported addons found: Actions, Backgrounds, Docs, Links, Viewport
⠼ Building your Storybook
→ Running command: build-storybook -- --output-dir /var/folders/1t/9d_7zrws2p52d2gw918m16wr0000gq/T/chromatic--50970-DBkh6i7fBaPe
Publish your built Storybook
Verify your Storybook
Take snapshots of your stories
The output of that var directory never contains anything more then the following, despite leaving running for several minutes:
ls -la /var/folders/1t/9d_7zrws2p52d2gw918m16wr0000gq/T/chromatic--50970-DBkh6i7fBaPe
total 0
drwx------ 2 stefan staff 64 1 Dec 15:50 .
drwx------@ 190 stefan staff 6080 1 Dec 15:51 ..
I am working around this for now by using the following command, so perhaps something permissions based ♂️. Suggestions welcome!
./node_modules/.bin/chromatic --project-token=xxxxfooxxxx