File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ let buildLibraryWithOptions (opts: {| watch: bool |}) =
144144 runTSLint projectDir
145145 runTypeScript projectDir
146146 runFableWithArgs projectDir fableOpts
147+ removeDirRecursive ( buildDir </> " .fable" )
147148
148149let buildLibrary () = buildLibraryWithOptions {| watch = false |}
149150let watchLibrary () = buildLibraryWithOptions {| watch = true |}
Original file line number Diff line number Diff line change 1919 <Description >F# to JS compiler</Description >
2020 </PropertyGroup >
2121 <ItemGroup Condition =" '$(Pack)' == 'true'" >
22- <Content Include =" ..\..\build\fable-library\**\*.js " PackagePath =" fable-library\" />
22+ <Content Include =" ..\..\build\fable-library\**\*.* " PackagePath =" fable-library\" />
2323 </ItemGroup >
2424 <ItemGroup >
2525 <Compile Include =" Util.fs" />
You can’t perform that action at this time.
0 commit comments