We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a809e commit e07b492Copy full SHA for e07b492
package.json
@@ -39,6 +39,7 @@
39
"test": "mocha",
40
"travis": "npm run cover -- --report lcovonly",
41
"cover": "istanbul cover _mocha",
42
- "release": "standard-version"
+ "release": "standard-version",
43
+ "build:example": "(cd example && webpack)"
44
}
45
0 commit comments