Skip to content

Commit c392e6a

Browse files
committed
Update package.json
1 parent 8c1384f commit c392e6a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@
4141
"scripts": {
4242
"test": "jest",
4343
"watch": "parcel watch",
44-
"build": "parcel build"
44+
"build": "parcel build",
45+
"prepublish": "yarn build"
4546
},
4647
"np": {
4748
"contents": "dist"
4849
}
49-
}
50+
}

0 commit comments

Comments
 (0)