Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.

Commit f98934d

Browse files
committed
Build before publish
1 parent 581f533 commit f98934d

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
@@ -19,7 +19,8 @@
1919
"test:watch": "nwb test-react --server",
2020
"deploy": "npm run build && gh-pages -d demo/dist",
2121
"contributors:add": "all-contributors add",
22-
"contributors:generate": "all-contributors generate"
22+
"contributors:generate": "all-contributors generate",
23+
"prepublish": "npm run build"
2324
},
2425
"dependencies": {
2526
"catenary-curve": "^1.0.1",

0 commit comments

Comments
 (0)