jacekschae/conduit

"No config for build app; found" (npm run script error)

Closed this issue · 1 comments

Minor thing I encountered but on my Windows machine (Git Bash MinGW), following README instructions failed. It appears that the end-of-string semicolons at package.json scripts key are causing problems.

conduit/package.json

Lines 15 to 17 in 41c627d

"dev": "shadow-cljs watch app;",
"release": "shadow-cljs release app;",
"server": "shadow-cljs server;",

shadow-cljs - starting ...
No config for build "app;" found.
Available builds are: npm, app
Done in 60.56s.

Simply removing them will make it work. Guess this doesn't happen on a true nix* (or OSX for that matter) as others, including author, would likely to have caught it. I figure removing them wouldn't harm either though ...

Hi @robjens,

Thanks for reporting this. Just fixed it. Also added clean for windows users.