File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 55 - " 8"
66before_install :
77 - npm i -g npm@latest
8+ - npm run foo
89before_script :
910 - echo now before script
1011after_script :
Original file line number Diff line number Diff line change @@ -19,6 +19,9 @@ module.exports = function (config) {
1919 // possible values: 'dots', 'progress'
2020 // available reporters: https://npmjs.org/browse/keyword/karma-reporter
2121 reporters : [ 'progress' ] ,
22+ webpackMiddleware : {
23+ noInfo : true
24+ } ,
2225 port : 9876 ,
2326 colors : true ,
2427 // possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG
Original file line number Diff line number Diff line change 1010 "karma" : " npm run build && karma start" ,
1111 "push" : " git add ./ && git commit && git pull && git push" ,
1212 "deploy" : " npm run build && npm run push && npm publish" ,
13+ "foo" : " phantomjs --version" ,
1314 "build/webpack" : " cross-env NODE_ENV=prod webpack --env.foo=bar --profile --progress --config ./build/webpack.config.js"
1415 },
1516 "repository" : {
You can’t perform that action at this time.
0 commit comments