Skip to content

Commit 82110bd

Browse files
committed
chore: build before publish
1 parent bbc7e5a commit 82110bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"clean": "lerna run clean",
1212
"lint": "lerna run lint",
1313
"depcheck": "lerna run depcheck",
14-
"release": "npm run update-contributors && lerna publish",
15-
"release:rc": "lerna publish --canary --preid rc --dist-tag next",
14+
"release": "npm run update-contributors && lerna run build && lerna publish",
15+
"release:rc": "lerna run build && lerna publish --canary --preid rc --dist-tag next",
1616
"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"
1717
},
1818
"devDependencies": {

0 commit comments

Comments
 (0)