8000 Use ncc instead of saving node_modules · aamalev/setup-python@9bdab6d · GitHub
[go: up one dir, main page]

Skip to content

Commit 9bdab6d

Browse files
Konrad PabjanKonrad Pabjan
authored andcommitted
Use ncc instead of saving node_modules
1 parent 28a6c1b commit 9bdab6d

File tree

178 files changed

+4809
-13903
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

178 files changed

+4809
-13903
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Explicitly not ignoring node_modules so that they are included in package downloaded by runner
2-
!node_modules/
1+
# Ignore node_modules, ncc is used to compile nodejs modules into a single file in the releases branch
32
__tests__/runner/*
43

54
# Rest of the file pulled from https://github.com/github/gitignore/blob/master/Node.gitignore

0 commit comments

Comments
 (0)
0