Skip to content

Commit

Permalink
Merge pull request #75 from nfthashi/test_lint
Browse files Browse the repository at this point in the history
fix: lint run-s
  • Loading branch information
ksuhara authored Jun 21, 2022
2 parents 39937e0 + 55574a5 commit 59d3262
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
Expand Up @@ -8,7 +8,7 @@
],
"scripts": {
"prepare": "husky install",
"ci": "run-p lint build test",
"ci": "run-s build lint test",
"lint": "run-p lint:*",
"lint:contracts": "yarn workspace @nfthashi/contracts lint",
"lint:web": "yarn workspace @nfthashi/web lint",
Expand Down

0 comments on commit 59d3262

Please sign in to comment.