Use ncc instead of saving node_modules

This commit is contained in:
Konrad Pabjan
2019-11-05 16:58:50 -05:00
parent 28a6c1b915
commit 9bdab6de30
178 changed files with 4809 additions and 13903 deletions

3
.gitignore vendored
View File

@ -1,5 +1,4 @@
# Explicitly not ignoring node_modules so that they are included in package downloaded by runner
!node_modules/
# Ignore node_modules, ncc is used to compile nodejs modules into a single file in the releases branch
__tests__/runner/*
# Rest of the file pulled from https://github.com/github/gitignore/blob/master/Node.gitignore