mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ADF-2236] Automatic check export (#2933)
* save export in a file * print errors * add position error * color error log and add comment to skip a file * export check ver 2 * ignore source * fix export modules * fix possible nullable value * remove duplicates * improve logs * add travis configuration * fix travis and import * export fix * remove export check js file * add export check js ignore * fix content metadata service export
This commit is contained in:
+3
-1
@@ -32,7 +32,9 @@
|
||||
"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",
|
||||
"test-export": "node config/test-export.js",
|
||||
"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",
|
||||
"test-export": "npm run build-export-check && npm run export-check",
|
||||
"webpack": "node node_modules/webpack/bin/webpack.js"
|
||||
},
|
||||
"main": "./index.js",
|
||||
|
||||
Reference in New Issue
Block a user