mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-11 02:15:57 -05:00
chore: update ci
This commit is contained in:
parent
c478324643
commit
177e571eb5
2 changed files with 3 additions and 1 deletions
2
.github/workflows/ci-lint.yml
vendored
2
.github/workflows/ci-lint.yml
vendored
|
@ -20,3 +20,5 @@ jobs:
|
|||
run: yarn format:check
|
||||
- name: Lint
|
||||
run: yarn lint
|
||||
- name: Lint Lockfile
|
||||
run: yarn lint:lockfile
|
||||
|
|
|
@ -162,7 +162,7 @@
|
|||
"pre:ci": "yarn run lint",
|
||||
"lint:ts": "yarn run type-check",
|
||||
"lint": "eslint \"**/*.{js,jsx,ts}\" --max-warnings 145 -c ./eslintrc.cjs",
|
||||
"lint:lockfile": "lockfile-lint --path yarn.lock --type yarn --validate-https --allowed-hosts verdaccio npm yarn",
|
||||
"lint:lockfile": "lockfile-lint --path yarn.lock --type yarn --allowed-hosts verdaccio npm yarn",
|
||||
"start": "yarn babel-node --extensions \".ts,.tsx\" src/lib/cli --inspect",
|
||||
"start:brk": "yarn babel-node --extensions \".ts,.tsx\" src/lib/cli --inspect-brk",
|
||||
"start:debug": "yarn node debug/bootstrap.js",
|
||||
|
|
Loading…
Add table
Reference in a new issue