Skip to content

Commit

Permalink
chore: remove flow from prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Nov 30, 2019
1 parent cddd24c commit 2357e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"format": "spire format",
"lint": "spire lint",
"prepare": "run-s clean build",
"prerelease": "run-s lint flow test",
"prerelease": "run-s lint test",
"release": "spire release",
"test": "spire test",
"test:coverage": "spire test --coverage"
Expand Down

0 comments on commit 2357e0a

Please sign in to comment.