Closed delneg closed 3 years ago
Hello fable-compiler-js
was used to execute the build.fsx
file which is a Fable application.
But I think with Fable 3 we can use dotnet fable build.fsx --run publish
or something like that.
Yes, that's right. As @MangelMaxime says, using something like dotnet fable build.fsx --runScript publish
should work (note the argument is --runScript
, see https://github.com/fable-compiler/Fable/issues/2335). Although lately I made the publish utils compatible with .NET so it's more convenient to just use F# interactive: dotnet fsi build.fsx publish
(I'm still using npm for the distribution, because it's much simpler than Nuget to package source files).
Fixed according to comments above
Thanks @delneg!
Added missing "postinstall" script for dotnet tool restore Also deleted fable-compiler-js, dunno what it's for, tests ran fine