From 1209119206ecc2e65b8d01bd64be0930d4b5f536 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 20 Sep 2025 09:21:14 -0400 Subject: [PATCH] Unreference obsolete npm scripts Related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/3805 --- Makefile | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Makefile b/Makefile index c4bb08425..ba0bce9e0 100644 --- a/Makefile +++ b/Makefile @@ -55,15 +55,6 @@ init: node_modules lint: init npm run lint -test: npm - cd dist/build/uBlock0.npm && npm run test - -test-full-battery: npm - cd dist/build/uBlock0.npm && npm run test-full-battery - -check-leaks: npm - cd dist/build/uBlock0.npm && npm run check-leaks - dist/build/uBlock0.dig: tools/make-nodejs.sh $(sources) $(platform) $(assets) tools/make-dig.sh @@ -126,7 +117,7 @@ publish-edge: ghasset=chromium \ datebasedmajor=1 \ storeid=odfafepnkmbhccpbejgmiehpchacaeak \ - productid=$(UBO_EDGE_ID) + productid=$(shell secret-tool lookup token ubo_edge_id) # Usage: make publish-firefox version=? publish-firefox: