static-dev / spike-core

:warning: UNMAINTAINED :warning: A modern static build tool, powered by webpack
https://spike.js.org
Other
58 stars 9 forks source link

Add yarn option #238

Open calebeby opened 7 years ago

calebeby commented 7 years ago

See #234

calebeby commented 7 years ago

Hm. The yarn install issue in the first build must have been a network issue.

jescalan commented 7 years ago

I know this might be difficult, but it would be great to add a test for this. I think you'd have to make some small changes to the travis config file to get it installed properly.

calebeby commented 7 years ago

I figured you'd ask for tests :)

So you want it to run spike new in the tests and check if node_modules exists?

jescalan commented 7 years ago

You can just check if it compiles -- if node_modules doesnt exist, you know it's not working. There's already a test for the new command in there, you'd just have to add another with this flag 😁