Skip to content

Commit

Permalink
fix prettier formatting on compile
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsNickBarry committed Jun 27, 2024
1 parent fcf9873 commit c1d3ff7
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": {
"test": "yarn compile && firefox jasmine/SpecRunner.html",
"compile": "rm -rf dist/ && mkdir dist/ && browserify index.js > dist/hyperbolic_canvas.js && prettier dist/",
"compile": "rm -rf dist/ && mkdir dist/ && browserify index.js > dist/hyperbolic_canvas.js && prettier --write dist/",
"prepare": "husky",
"prettier": "prettier --write ."
},
Expand Down

0 comments on commit c1d3ff7

Please sign in to comment.