Javascript: tentative fix to a weird build problem

This commit is contained in:
Paolo Tranquilli
2025-06-27 16:41:38 +02:00
parent e02affd327
commit f72ed627e1

View File

@@ -22,6 +22,7 @@ genrule(
"export NPM_CONFIG_USERCONFIG=$$TEMP/npmrc",
"$$NPM config set cache $$TEMP/npm",
"$$NPM config set update-notifier false",
'$$NPM config set ca=""', # avoid using any self-signed certificate
"rm -rf $(RULEDIR)/inputs",
"cp -L -R $$(dirname $(execpath package.json)) $(RULEDIR)/inputs",
"cd $(RULEDIR)/inputs",