Skip to content

Commit

Permalink
Still trying to minimize the diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Sep 22, 2023
1 parent 23cb5d3 commit a36a22d
Show file tree
Hide file tree
Showing 4 changed files with 362 additions and 350 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"_build": "yarn build:node && yarn build:test && yarn build:browser",
"_babel": "babel --extensions '.ts' --out-dir lib/ src/",
"_nyc": "nyc --nycrc-path config/.nycrc",
"_prettier": "prettier --config config/prettier.config.js --ignore-path config/.prettierignore --write './**/*.js'"
"_prettier": "prettier --ignore-path config/.prettierignore --write './test/unit/server/horizon/**/*.js'"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit a36a22d

Please sign in to comment.