Skip to content

Commit

Permalink
fix: npmcli run-script separated from bundle as external dep
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg committed Jul 28, 2021
1 parent 496d6e6 commit 78cd4aa
Show file tree
Hide file tree
Showing 15 changed files with 559 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
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
!node_modules/@npmcli/
node_modules/@npmcli/*
!node_modules/@npmcli/run-script/
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 78cd4aa

Please sign in to comment.