mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Javascript: tentative fix to a weird build problem
This commit is contained in:
@@ -22,6 +22,7 @@ genrule(
|
|||||||
"export NPM_CONFIG_USERCONFIG=$$TEMP/npmrc",
|
"export NPM_CONFIG_USERCONFIG=$$TEMP/npmrc",
|
||||||
"$$NPM config set cache $$TEMP/npm",
|
"$$NPM config set cache $$TEMP/npm",
|
||||||
"$$NPM config set update-notifier false",
|
"$$NPM config set update-notifier false",
|
||||||
|
'$$NPM config set ca=""', # avoid using any self-signed certificate
|
||||||
"rm -rf $(RULEDIR)/inputs",
|
"rm -rf $(RULEDIR)/inputs",
|
||||||
"cp -L -R $$(dirname $(execpath package.json)) $(RULEDIR)/inputs",
|
"cp -L -R $$(dirname $(execpath package.json)) $(RULEDIR)/inputs",
|
||||||
"cd $(RULEDIR)/inputs",
|
"cd $(RULEDIR)/inputs",
|
||||||
|
|||||||
Reference in New Issue
Block a user