Skip to content

Commit e07b492

Browse files
committed
chore - Add a little script for building the example
`npm run build:example`
1 parent 94a809e commit e07b492

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"test": "mocha",
4040
"travis": "npm run cover -- --report lcovonly",
4141
"cover": "istanbul cover _mocha",
42-
"release": "standard-version"
42+
"release": "standard-version",
43+
"build:example": "(cd example && webpack)"
4344
}
4445
}

0 commit comments

Comments
 (0)