File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,9 @@ function buildConfig(options) {
81
81
} ,
82
82
] ,
83
83
} ,
84
+ externals : {
85
+ 'async_hooks' : 'async_hooks' ,
86
+ } ,
84
87
postcss : ( ) => [
85
88
// Auto prefix CSS based on https://github.com/ai/browserslist
86
89
autoprefixer ( { browsers : [ 'last 2 versions' , 'IE >= 11' ] } ) ,
Original file line number Diff line number Diff line change 3
3
deploy : {
4
4
production : {
5
5
user : 'www' ,
6
- host : '163.172.160.79 ' ,
6
+ host : '212.47.254.51 ' ,
7
7
ref : 'origin/master' ,
8
8
repo : 'https://github.com/npms-io/npms-www.git' ,
9
9
path : '/home/www/npms-www' ,
10
10
'post-deploy' : '\
11
11
cp ../parameters.json ./config/ && \
12
- npm update --loglevel http && \
12
+ npm update --legacy-peer-deps -- loglevel http && \
13
13
npm run build && \
14
14
mkdir -p ../web && \
15
15
rsync -r --delete --exclude .index.html ./web/ ../web/' ,
You can’t perform that action at this time.
0 commit comments