5HT / fs

📁 FS: Windows, Linux, Mac Driver
https://fs.n2o.dev
Other
237 stars 69 forks source link

Rename mix to package #34

Closed liveforeverx closed 7 years ago

liveforeverx commented 7 years ago

So, it produce runtime error due to wrong default compiler: check issue #33.

It should be possible to publish, using MIX_EXS enviroment:

MIX_EXS=package.exs mix hex.publish
5HT commented 7 years ago
$ MIX_EXS=package.exs mix hex.publish
** (Mix) Stopping package build due to errors.
Missing files: mix.exs

:-)

liveforeverx commented 7 years ago

@5HT sorry, this should fix it: #38