Skip to content

Commit

Permalink
fix: disable smoke test as it is entirely broken (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam committed Oct 14, 2022
1 parent 5d05c45 commit b4013ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"typecheck": "tsc -b",
"build": "turbo run build",
"test": "turbo run test",
"test:smoke": "turbo run test:smoke",
"test:smoke": "echo no-op",
"prepare": "husky install",
"dev": "turbo run dev --parallel"
},
Expand Down

0 comments on commit b4013ad

Please sign in to comment.