Skip to content

Commit

Permalink
dont have tests run twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Chen committed Feb 29, 2024
1 parent f536629 commit 8f0e325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/package.json
Expand Up @@ -23,7 +23,7 @@
"clean": "rimraf dist",
"flow": "flow",
"lint": "eslint .",
"prepare": "mkdirp dist && yarn test",
"prepare": "mkdirp dist",
"prepublishOnly": "cp ../README.md .",
"test": "yarn clean && yarn build && yarn test-quick",
"test-quick": "jest && yarn lint && yarn flow",
Expand Down

0 comments on commit 8f0e325

Please sign in to comment.