Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl committed Jun 29, 2023
1 parent 4b9c5e3 commit de1441b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/snap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"lint:eslint": "eslint . --cache --ext js,ts",
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
"lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' --ignore-path .gitignore",
"publish": "yarn npm publish --access public",
"serve": "mm-snap serve",
"start": "mm-snap watch",
"publish": "yarn npm publish --access public"
"start": "mm-snap watch"
},
"devDependencies": {
"@lavamoat/allow-scripts": "^2.3.1",
Expand Down

0 comments on commit de1441b

Please sign in to comment.