diff --git a/package.json b/package.json index 80569b6..8c8d160 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "clean": "rm -rf cache out", "build": "forge build", "lint": "bun run lint:sol && bun run prettier:check", - "lint:sol": "forge fmt --check && bun solhint {script,src,test}/**/*.sol", + "lint:sol": "forge fmt --check && bun solhint \"{script,src,test}/**/*.sol\"", "prettier:check": "prettier --check \"**/*.{json,md,yml}\" --ignore-path \".prettierignore\"", "prettier:write": "prettier --write \"**/*.{json,md,yml}\" --ignore-path \".prettierignore\"", "test": "forge test",