mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-22 10:22:51 +01:00
Fix dist/build/uBlock0.nodejs.tgz
target as suggested
Related discussion: - https://github.com/gorhill/uBlock/pull/3789#issuecomment-890410567
This commit is contained in:
parent
43b7cc37e0
commit
4236d4a0c1
2
Makefile
2
Makefile
@ -34,7 +34,7 @@ install-nodejs-link: dist/build/uBlock0.nodejs
|
||||
npm install dist/build/uBlock0.nodejs --no-save
|
||||
|
||||
dist/build/uBlock0.nodejs.tgz: dist/build/uBlock0.nodejs
|
||||
tar czf dist/build/uBlock0.nodejs.tgz --strip-components 2 dist/build/uBlock0.nodejs
|
||||
cd dist/build && tar czf uBlock0.nodejs.tgz uBlock0.nodejs
|
||||
|
||||
# Install the Node.js package.
|
||||
install-nodejs: dist/build/uBlock0.nodejs.tgz
|
||||
|
Loading…
Reference in New Issue
Block a user