mirror of
https://github.com/w0rng/amnezia-wg-easy.git
synced 2025-04-26 05:10:06 +03:00
remove npm config
This commit is contained in:
parent
6ff6115e98
commit
f27f1f89bd
3 changed files with 0 additions and 10 deletions
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
|
@ -26,7 +26,6 @@ jobs:
|
|||
|
||||
- name: npm run lint
|
||||
run: |
|
||||
npm config set -g fund false
|
||||
cd src
|
||||
npm ci
|
||||
npm run lint
|
||||
|
|
1
.github/workflows/npm-update-bot.yml
vendored
1
.github/workflows/npm-update-bot.yml
vendored
|
@ -25,7 +25,6 @@ jobs:
|
|||
|
||||
- name: Bot 🤖 "Updating NPM Packages..."
|
||||
run: |
|
||||
npm config set -g fund false
|
||||
npm install -g --silent npm-check-updates
|
||||
ncu -u
|
||||
npm update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue