Skip to content

Commit

Permalink
fix: npmcli run-script separated from bundle as external dep (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Aug 9, 2021
1 parent 496d6e6 commit 95f16ed
Show file tree
Hide file tree
Showing 9,683 changed files with 2,048,624 additions and 1 deletion.
The diff you're trying to view is too large. We only load the first 3000 changed files.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
coverage
node_modules
node_modules/*
.DS_Store
output

#we must commit this single package to the repo as ncc cannot bundle it and the dist bundle is configure to use run-script as external package
#yes, below looks strange but this is how it is done with git. Read more https://stackoverflow.com/questions/5533050/gitignore-exclude-folder-but-include-specific-subfolder
!node_modules/@npmcli/
node_modules/@npmcli/*
!node_modules/@npmcli/run-script/
!node_modules/typescript/
15 changes: 15 additions & 0 deletions node_modules/@npmcli/run-script/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

149 changes: 149 additions & 0 deletions node_modules/@npmcli/run-script/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions node_modules/@npmcli/run-script/lib/is-server-package.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions node_modules/@npmcli/run-script/lib/is-windows.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions node_modules/@npmcli/run-script/lib/make-spawn-args.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions node_modules/@npmcli/run-script/lib/node-gyp-bin/node-gyp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 25 additions & 0 deletions node_modules/@npmcli/run-script/lib/package-envs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

88 changes: 88 additions & 0 deletions node_modules/@npmcli/run-script/lib/run-script-pkg.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions node_modules/@npmcli/run-script/lib/run-script.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 95f16ed

Please sign in to comment.