Skip to content

Commit de3c3ab

Browse files
authored
Add prepare script so npm can build the library from github. (#25)
1 parent 75a1737 commit de3c3ab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "2.1.0",
44
"description": "",
55
"scripts": {
6+
"prepare": "npm run build",
67
"test": "jest",
78
"coverage": "jest --collectCoverage",
89
"build": "webpack",

0 commit comments

Comments
 (0)