markboulton / specimen-builder

Apache License 2.0
88 stars 14 forks source link

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

Closed twardoch closed 6 months ago

twardoch commented 6 months ago

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.