Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 41e6206

Browse files
committed
Add npm-prepublish and update webpack run command
1 parent f7cdb4a commit 41e6206

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ node_js:
44
before_install:
55
- npm install
66
script:
7-
- webpack
7+
- webpack --bail --progress --build
88
sudo: false
99
before_deploy:
1010
- npm-prepublish --verbose

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"appirio-tech-webpack-config": "^0.1.5",
2525
"concurrently": "^0.1.1",
2626
"express": "^4.13.3",
27+
"npm-prepublish": "^1.2.1",
2728
"react-transform-hmr": "^1.0.0",
2829
"redux-devtools": "^3.0.0-beta-3",
2930
"redux-devtools-dock-monitor": "^1.0.0-beta-3",

0 commit comments

Comments
 (0)