Skip to content

Cross-OS compatible build scripts

Choose a tag to compare

@RubenHalman RubenHalman released this 08 Nov 16:15
· 37 commits to main since this release

makes build scripts fully cross-OS compatible (Windows/macOS/Linux)

  • implements rimraf (industry standard for removing files)
  • Updated scripts to use pure Node.js based copying
  • npm run build now works on:
    • Windows PowerShell
    • GitHub Actions
    • macOS
    • Linux
    • Azure/CircleCI/etc.