Skip to content

Commit

Permalink
Merge pull request #7 from marcuzgabriel/fix/QA
Browse files Browse the repository at this point in the history
fix: Fixing QA
  • Loading branch information
marcuzgabriel committed Mar 17, 2024
2 parents edbf8e3 + f34bbff commit caaaadf
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 2,032 deletions.
13 changes: 5 additions & 8 deletions package.json
Expand Up @@ -5,14 +5,11 @@
"version": "1.5.0",
"license": "MIT",
"private": true,
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/expo/**"
]
},
"workspaces": [
"packages/app",
"packages/web",
"packages/npm"
],
"scripts": {
"qa": "yarn format; yarn lint; yarn tsc",
"format": "prettier --write --list-different '**/*.{json,ts,tsx}' --loglevel warn",
Expand Down

0 comments on commit caaaadf

Please sign in to comment.