Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Oct 26, 2023
1 parent 7688330 commit 5fb7d46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
**/node_modules
**/dist
**/gen/**
**/gen
lib/rivet-sdk-js

# Uses paritals
html/index.hbs
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:prod": "git clean -dxf && yarn install && npx webpack-cli --config webpack.prod.js",
"start": "yarn install && yarn run serve",
"serve": "webpack-cli serve --config webpack.dev.js",
"format": "npx prettier --write --cache \"src/**/*.{ts,scss}\"",
"format": "npx prettier --write --cache .",
"format:check": "npx prettier --check .",
"lint": "eslint src/",
"lint:fix": "eslint --fix src/"
Expand Down

0 comments on commit 5fb7d46

Please sign in to comment.