Skip to content

Commit

Permalink
put back test
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Chen committed Mar 1, 2024
1 parent 8f0e325 commit 146cb17
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",
"prepare": "mkdirp dist && yarn test",
"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 146cb17

Please sign in to comment.