Skip to content

Commit 8744292

Browse files
committed
chore: test build run to check if working on release
1 parent b3eefc0 commit 8744292

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
"hooks": {
7575
"before:init": [
7676
"npm run format",
77-
"npm test"
77+
"npm test",
78+
"npm run build"
7879
],
7980
"after:bump": [
8081
"sh scripts/bump.sh"

0 commit comments

Comments
 (0)