mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove dead scripts
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
0bc6e32347
commit
f15235aff4
@ -1,7 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
./node_modules/.bin/npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
|
||||
|
||||
NPM_RELEASE_TAG=$(cat package.json | jq .version --raw-output | rg '.*-(?P<channel>\w+).*' -r '$channel' | cat)
|
||||
|
||||
cd packages/extensions && npm publish --access=public --tag=${NPM_RELEASE_TAG:-latest} && git restore package.json
|
||||
@ -1,7 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
./node_modules/.bin/npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
|
||||
|
||||
NPM_RELEASE_TAG=$(cat package.json | jq .version --raw-output | rg '.*-(?P<channel>\w+).*' -r '$channel' | cat)
|
||||
|
||||
npm publish --access=public --tag=${NPM_RELEASE_TAG:-latest}
|
||||
Loading…
Reference in New Issue
Block a user