mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2024-11-23 12:54:04 +00:00
fix: ci process dependency
This commit is contained in:
parent
fe0e390b2b
commit
523221357c
|
@ -28,7 +28,7 @@
|
|||
"lint:src": "eslint --fix 'src/**/*.{js,ts}'",
|
||||
"lint:test": "eslint --fix 'test/**/*.{js,ts}'",
|
||||
"lint": "npm run lint:src && npm run lint:test",
|
||||
"inspect": "npm run check && npm run lint",
|
||||
"inspect": "npm run build && npm run check && npm run lint",
|
||||
"format:src": "prettier --write 'src/**/*.{js,ts}'",
|
||||
"format:test": "prettier --write 'test/**/*.{js,ts}'",
|
||||
"format": "npm run format:src && npm run format:test",
|
||||
|
|
Loading…
Reference in a new issue