WIP: Draft: Resolve "Use gnumake for uniform dev build system and GitLab CI" #213

Draft
savau wants to merge 540 commits from 145-build-system-rewrite into master
Showing only changes of commit b5cd8edf53 - Show all commits

View File

@ -44,6 +44,8 @@ node modules:
- .npm
- node_modules
script:
- make .npmrc # TODO: debug
- cat .npmrc # TODO: debug
- make node_modules
before_script: &nix-before
- git config --global init.defaultBranch master