mirror of
https://github.com/actions/setup-python
synced 2025-04-05 06:49:43 +00:00
Use ncc instead of saving node_modules
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user