Skip to content

Commit d1e89ac

Browse files
author
vikasrohit
committed
Merge pull request #45 from appirio-tech/feature/bundle-navbar-component
AS#102481437698830, Travis build to push bundle to S3/CDN
2 parents 43a90b6 + 23186cf commit d1e89ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"lint": "eslint --ext .js,.jsx .",
2626
"test": "cross-env NODE_ENV=test mocha --reporter progress --compilers js:babel-core/register --require ignore-styles --recursive \"./components/**/*.spec.js\"",
2727
"test:watch": "npm run test -- --watch",
28-
"build-navbar": "webpack --config navbar.webpack.config.coffee; cp index.html dist/"
28+
"build-navbar": "webpack --config --build --tc navbar.webpack.config.coffee; cp index.html dist/"
2929
},
3030
"dependencies": {
3131
"appirio-styles": "0.0.25",

0 commit comments

Comments
 (0)