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

Commit

Permalink
Add EXAMPLE label to build command
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyWebb committed Oct 31, 2016
1 parent e03c745 commit 072ce7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -7,11 +7,11 @@
"repository": "Profiscience/ko-component-router",
"main": "dist/ko-component-router.js",
"scripts": {
"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\"",
"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\"",
"build:dist": "webpack",
"build:lib": "babel src -d lib",
"build:example": "webpack -p --config webpack.config.example.js",
"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\"",
"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\"",
"watch:dist": "webpack --watch",
"watch:lib": "babel src -wd lib",
"watch:example": "webpack --watch --config webpack.config.example.js",
Expand Down

0 comments on commit 072ce7e

Please sign in to comment.