[no-issue] fix deploy PR script (#4065)

* fix deploy PR script

* change docker ignore

* create subfolder

* rename script
This commit is contained in:
Eugenio Romano
2018-12-12 15:14:37 +00:00
committed by GitHub
parent 0b1cfcf8fe
commit 511087f6b1
9 changed files with 194 additions and 762 deletions
+8 -5
View File
@@ -112,7 +112,6 @@
"@types/node": "6.0.90",
"ajv-cli": "^3.0.0",
"angular2-template-loader": "0.6.2",
"archiver": "^3.0.0",
"astrolabe": "^0.3.6",
"autoprefixer": "6.5.4",
"bundlesize": "^0.15.3",
@@ -153,6 +152,7 @@
"mdast-zone": "^3.0.1",
"merge-stream": "1.0.1",
"nconf": "^0.10.0",
"ncp": "^2.0.0",
"ng-packagr": "4.4.0",
"node-sass": "4.9.2",
"protractor": "^5.4.0",
@@ -174,9 +174,8 @@
"tslib": "^1.9.0",
"tslint": "5.9.1",
"typedoc": "^0.11.1",
"unist-util-select": "^2.0.0",
"typescript": "^3.1.6",
"unzip-stream": "^0.3.0",
"unist-util-select": "^2.0.0",
"url-join": "^4.0.0",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.1.0",
@@ -198,11 +197,15 @@
},
{
"path": "./lib/dist/core/bundles/adf-core.umd.min.js",
"maxSize": "150 kb"
"maxSize": "110 kb"
},
{
"path": "./lib/dist/process-services-cloud/bundles/adf-process-services-cloud.umd.min.js",
"maxSize": "50 kb"
"maxSize": "20 kb"
},
{
"path": "./lib/dist/extensions/bundles/adf-extensions.umd.min.js",
"maxSize": "5 kb"
}
],
"engines": {