From 23186cfc246a19bc6123013fd4fb999137e313ea Mon Sep 17 00:00:00 2001 From: vikasrohit Date: Wed, 23 Mar 2016 23:07:45 +0530 Subject: [PATCH] AS#102481437698830, Travis build to push bundle to S3/CDN -- Updated build flags --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7de3128d8..72acaeb80 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "lint": "eslint --ext .js,.jsx .", "test": "cross-env NODE_ENV=test mocha --reporter progress --compilers js:babel-core/register --require ignore-styles --recursive \"./components/**/*.spec.js\"", "test:watch": "npm run test -- --watch", - "build-navbar": "webpack --config navbar.webpack.config.coffee; cp index.html dist/" + "build-navbar": "webpack --config --build --tc navbar.webpack.config.coffee; cp index.html dist/" }, "dependencies": { "appirio-styles": "0.0.25",