specimen-builder icon indicating copy to clipboard operation
specimen-builder copied to clipboard

build:* and start:* need single quotes to work on macOS

Open twardoch opened this issue 1 year ago • 0 comments

When running 'yarn build' or 'yarn start' on macOS with Bash & Node v21.1.0, you get an error because * gets interpreted as a glob pattern. Surround the specs with ' to make it work.

twardoch avatar Jan 02 '24 16:01 twardoch