Skip to content

Commit

Permalink
fix: ci process dependency
Browse files Browse the repository at this point in the history
zrwusa committed Nov 27, 2023
1 parent fe0e390 commit 5232213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit 5232213

Please sign in to comment.