mirror of
https://github.com/gorhill/uBlock.git
synced 2025-10-05 21:32:39 +02:00
Unreference obsolete npm scripts
Related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/3805
This commit is contained in:
11
Makefile
11
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:
|
||||
|
Reference in New Issue
Block a user