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

Commit 8bc990b

Browse files
committed
Just deploy
1 parent 41e6206 commit 8bc990b

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ node_js:
33
- 5.2.0
44
before_install:
55
- npm install
6-
script:
7-
- webpack --bail --progress --build
86
sudo: false
97
before_deploy:
108
- npm-prepublish --verbose

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"appirio-tech-webpack-config": "^0.1.5",
25+
"coffee-script": "^1.10.0",
2526
"concurrently": "^0.1.1",
2627
"express": "^4.13.3",
2728
"npm-prepublish": "^1.2.1",

webpack.config.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
require('./node_modules/coffee-script/register');
22

3-
config = require('appirio-tech-webpack-config')({
4-
dirname: __dirname,
5-
entry: './example/index'
6-
});
7-
83
module.exports = config;

0 commit comments

Comments
 (0)