Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

Commit

Permalink
fix(CI): make sure build runs after yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Jul 22, 2020
1 parent 8e5fec0 commit 5dce260
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 @@ -22,7 +22,7 @@
"build": "babel lib/ -d dist/ --source-maps --ignore '**/*.test.js' --delete-dir-on-start",
"format": "prettier --write '**/*.*' && eslint . --fix",
"lint": "prettier --check '**/*.*' && eslint .",
"prepublishOnly": "yarn build",
"prepare": "yarn build",
"semantic-release": "semantic-release",
"test": "jest --coverage && yarn lint"
},
Expand Down

0 comments on commit 5dce260

Please sign in to comment.