1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-22 02:12:44 +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:
Raymond Hill 2021-07-31 18:36:31 -04:00
parent 43b7cc37e0
commit 4236d4a0c1
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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