Skip to content

Commit

Permalink
chore: fix prettier path config
Browse files Browse the repository at this point in the history
  • Loading branch information
envin3 committed Nov 8, 2024
1 parent fecc26c commit 27c83df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test": "yarn build && mocha",
"lint": "./lint scripts/*.sh && npx prettier --check test/",
"prettier:fix": "npx prettier --check --write test/",
"prettier": "npx prettier --cache --check --ignore-path ../.prettierignore --config ../.prettierrc ./src ./test"
"prettier": "npx prettier --cache --check --ignore-path ../.prettierignore --config ../.prettierrc ./contracts ./test"
},
"devDependencies": {
"@eosnetwork/vert": "^1.0.0",
Expand Down

0 comments on commit 27c83df

Please sign in to comment.