Skip to content
This repository was archived by the owner on Dec 19, 2017. It is now read-only.

Commit 072ce7e

Browse files
committed
Add EXAMPLE label to build command
1 parent e03c745 commit 072ce7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"repository": "Profiscience/ko-component-router",
88
"main": "dist/ko-component-router.js",
99
"scripts": {
10-
"build": "concurrently --kill-others -p name --names \"DIST,LIB\" -c blue,cyan,magenta \"npm run build:dist\" \"npm run build:lib\" \"npm run build:example\"",
10+
"build": "concurrently --kill-others -p name --names \"DIST,LIB,EXAMPLE\" -c blue,cyan,magenta \"npm run build:dist\" \"npm run build:lib\" \"npm run build:example\"",
1111
"build:dist": "webpack",
1212
"build:lib": "babel src -d lib",
1313
"build:example": "webpack -p --config webpack.config.example.js",
14-
"watch": "concurrently --kill-others -p name --names \"DIST,LIB\" -c blue,cyan,magenta \"npm run watch:dist\" \"npm run watch:lib\" \"npm run watch:example\"",
14+
"watch": "concurrently --kill-others -p name --names \"DIST,LIB,EXAMPLE\" -c blue,cyan,magenta \"npm run watch:dist\" \"npm run watch:lib\" \"npm run watch:example\"",
1515
"watch:dist": "webpack --watch",
1616
"watch:lib": "babel src -wd lib",
1717
"watch:example": "webpack --watch --config webpack.config.example.js",

0 commit comments

Comments
 (0)