aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/build-unix.sh
Commit message (Collapse)AuthorAge
* Update documentation [skip ci]Libravatar Vijay A2022-07-13
|
* Remove native compilation ('python', 'node-gyp') since we no longer have ↵Libravatar Vijay Aravamudhan2022-05-01
| | | | such dependencies (#73)
* Remove straggling reference to 'jq'.Libravatar Vijay A2022-04-26
|
* Remove dependency on 'jq' since 'node' can be used for the sameLibravatar Vijay A2022-04-24
|
* Handle issue when 'CLEAN' is used and so 'pnpm' itself is not presentLibravatar Vijay A2022-04-23
|
* Upgrade 'sqlite3'Libravatar Vijay A2022-04-23
| | | | | | | | | Add missing dev dependency '@babel/core' [prep for pnpm] Combine 'prebuild' into 'build' script since pre-scripts automagic is not supported by pnpm [cleanup] Use 'pnpm' instead of 'pnpm run' [cleanup] Clean npm cache after cleaning pnpm since pnpm is also managed within npm [cleanup] Delete '~/.electron-gyp' while cleaning
* Update the build script for Windows (Powershell) and normalized with the ↵Libravatar André Oliveira2022-04-23
| | | | | unix equivalent [skip ci] Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Added build scripts for linux, macos and windows to help new contributors ↵Libravatar Nathanaël Houn2022-04-22
get setup quickly (#21) Co-authored-by: Vijay A <vraravam@users.noreply.github.com> Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>