Skip to content

Commit 6f97bcc

Browse files
committed
fix: run correct build command when cutting new release
closes #435
1 parent 3044faa commit 6f97bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.release-it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"git pull",
99
"npm run lint",
1010
"npm run coverage",
11-
"npm run build"
11+
"npm run build:all"
1212
]
1313
},
1414
"github": {

0 commit comments

Comments
 (0)