Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Nov 2, 2023
1 parent bcaea60 commit f5d2c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"scripts": {
"fix:js": "eslint . --fix",
"lint:js": "eslint .",
"lint": "npm-run-all --parallel lint:*",
"fix": "npm-run-all --serial lint:*",
"lint": "npm-run-all --parallel 'lint:*'",
"fix": "npm-run-all --serial 'lint:*'",
"next:update": "next-update --keep true --tldr",
"test-unit": "jest --coverage ./test/unit",
"test-integration": "jest --runInBand ./test/integration",
Expand Down

0 comments on commit f5d2c22

Please sign in to comment.