Skip to content

Commit

Permalink
chore: build before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Sep 13, 2021
1 parent bbc7e5a commit 82110bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"clean": "lerna run clean",
"lint": "lerna run lint",
"depcheck": "lerna run depcheck",
"release": "npm run update-contributors && lerna publish",
"release:rc": "lerna publish --canary --preid rc --dist-tag next",
"release": "npm run update-contributors && lerna run build && lerna publish",
"release:rc": "lerna run build && lerna publish --canary --preid rc --dist-tag next",
"update-contributors": "aegir release --lint=false --test=false --bump=false --build=false --changelog=false --commit=false --tag=false --push=false --ghrelease=false --docs=false --publish=false"
},
"devDependencies": {
Expand Down

0 comments on commit 82110bd

Please sign in to comment.