new multi version export check

This commit is contained in:
Eugenio Romano
2018-02-26 15:08:56 +00:00
parent 4e05e78846
commit 273e0a3900
7 changed files with 5742 additions and 61 deletions
+3 -2
View File
@@ -32,8 +32,8 @@
"build-content": "ng-packagr -p ./content-services/package.json",
"build-process": "ng-packagr -p ./process-services/package.json",
"build-insights": "ng-packagr -p ./insights/package.json",
"build-export-check": "tsc ./config/exportCheck.ts",
"export-check": "node ./config/exportCheck.js ./core/public-api.ts ./process-services/public-api.ts ./content-services/public-api.ts ./insights/public-api.ts",
"build-export-check": "tsc ./config/export-check/exportCheck.ts",
"export-check": "node ./config/export-check/exportCheck.js ./core/public-api.ts ./process-services/public-api.ts ./content-services/public-api.ts ./insights/public-api.ts",
"test-export": "npm run build-export-check && npm run export-check",
"webpack": "node node_modules/webpack/bin/webpack.js"
},
@@ -126,6 +126,7 @@
"markdown-toc": "1.1.0",
"markdownlint-cli": "^0.3.1",
"merge-stream": "1.0.1",
"nconf": "^0.10.0",
"node-sass": "4.5.3",
"null-loader": "0.1.1",
"raw-loader": "0.5.1",