Skip to content

Commit

Permalink
fix: fix release-it hooks order
Browse files Browse the repository at this point in the history
  • Loading branch information
Masquerade-Circus committed Jan 24, 2020
1 parent 2a75faa commit 20ef775
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dist/valyrian.min.js": {
"bundled": 10394,
"minified": 4470,
"gzipped": 1858
"bundled": 10421,
"minified": 4471,
"gzipped": 1859
}
}
2 changes: 1 addition & 1 deletion dist/valyrian.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@
"publish": true
},
"hooks": {
"before:init": ["yarn build", "yarn test"]
"before:init": ["yarn test"],
"after:bump": ["yarn build"]
}
}
}

0 comments on commit 20ef775

Please sign in to comment.