JordanMarr / fable-lit-fullstack-template

A SAFE-style template with Fable.Lit, Fable.Remoting and Giraffe
MIT License
58 stars 1 forks source link

`npm run build` postbuild event fails on Mac #5

Closed JordanMarr closed 2 years ago

JordanMarr commented 2 years ago

When running npm run build, the postbuild event that copies the dist folder contents to the WebApi/wwwroot folder succeeds on Windows but fails on Mac. See this comment.

Rework using something like npm copyfiles and rimraf.

JordanMarr commented 2 years ago

Reverted npm prebuild and postbuild events in favor of using FAKE build