fix window build (#1350)

* fix windows

* fix windows

* fix windows

* fix windows

* fix windows

* fix windows

* fix windows

* fix windows

* fix windows

* fix windows

* fix windows

* fix windows

* fix windows
This commit is contained in:
Mario Romano
2016-12-20 21:14:16 +00:00
committed by GitHub
parent f859d611f6
commit da7f3ba564
17 changed files with 48 additions and 5 deletions

View File

@@ -1,7 +1,4 @@
# Test against this version of Node.js
branches:
only:
- master
environment:
nodejs_version: "5"
@@ -44,10 +41,10 @@ install:
- IF %COMPONENT_NAME% EQU ng2-activiti-tasklist (npm link ng2-alfresco-datatable && npm link ng2-activiti-form)
- IF %COMPONENT_NAME% EQU ng2-alfresco-webscript (npm link ng2-alfresco-datatable)
- IF %COMPONENT_NAME% EQU ng2-activiti-analytics (npm link ng2-activiti-diagrams)
- npm install
# Post-install test scripts.
test_script:
- npm install
# Output useful info for debugging.
- node --version
- npm --version
@@ -56,3 +53,4 @@ test_script:
# Don't actually build.
build: off

View File

@@ -10,7 +10,7 @@
"clean-build": "rimraf 'app/{,**/}**.js' 'app/{,**/}**.js.map' 'app/{,**/}**.d.ts'",
"test": "karma start",
"build": "npm run server-versions && rimraf dist && webpack --config config/webpack.prod.js --progress --profile --bail",
"server-versions": "rimraf versions.json && npm list --depth=0 --json=true --prod=true > versions.json || true",
"server-versions": "rimraf versions.json && npm list --depth=0 --json=true --prod=true > versions.json || exit 0",
"aws": "node app.js",
"tslint": "tslint -c tslint.json *.ts && tslint -c tslint.json 'app/{,**/}**.ts'",
"licensecheck": "license-check"

View File

@@ -20,6 +20,9 @@
"es2015",
"dom"
],
"typeRoots": [
"node_modules/@types"
],
"suppressImplicitAnyIndexErrors": true
},
"exclude": [

View File

@@ -20,6 +20,9 @@
"es2015",
"dom"
],
"typeRoots": [
"node_modules/@types"
],
"suppressImplicitAnyIndexErrors": true
},
"exclude": [

View File

@@ -20,6 +20,9 @@
"es2015",
"dom"
],
"typeRoots": [
"node_modules/@types"
],
"suppressImplicitAnyIndexErrors": true
},
"exclude": [

View File

@@ -20,6 +20,9 @@
"es2015",
"dom"
],
"typeRoots": [
"node_modules/@types"
],
"suppressImplicitAnyIndexErrors": true
},
"exclude": [

View File

@@ -20,6 +20,9 @@
"es2015",
"dom"
],
"typeRoots": [
"node_modules/@types"
],
"suppressImplicitAnyIndexErrors": true
},
"exclude": [

View File

@@ -20,6 +20,9 @@
"es2015",
"dom"
],
"typeRoots": [
"node_modules/@types"
],
"suppressImplicitAnyIndexErrors": true
},
"exclude": [

View File

@@ -20,6 +20,9 @@
"es2015",
"dom"
],
"typeRoots": [
"node_modules/@types"
],
"suppressImplicitAnyIndexErrors": true
},
"exclude": [

View File

@@ -20,6 +20,9 @@
"es2015",
"dom"
],
"typeRoots": [
"node_modules/@types"
],
"suppressImplicitAnyIndexErrors": true
},
"exclude": [

View File

@@ -20,6 +20,9 @@
"es2015",
"dom"
],
"typeRoots": [
"node_modules/@types"
],
"suppressImplicitAnyIndexErrors": true
},
"exclude": [

View File

@@ -20,6 +20,9 @@
"es2015",
"dom"
],
"typeRoots": [
"node_modules/@types"
],
"suppressImplicitAnyIndexErrors": true
},
"exclude": [

View File

@@ -20,6 +20,9 @@
"es2015",
"dom"
],
"typeRoots": [
"node_modules/@types"
],
"suppressImplicitAnyIndexErrors": true
},
"exclude": [

View File

@@ -20,6 +20,9 @@
"es2015",
"dom"
],
"typeRoots": [
"node_modules/@types"
],
"suppressImplicitAnyIndexErrors": true
},
"exclude": [

View File

@@ -20,6 +20,9 @@
"es2015",
"dom"
],
"typeRoots": [
"node_modules/@types"
],
"suppressImplicitAnyIndexErrors": true
},
"exclude": [

View File

@@ -20,6 +20,9 @@
"es2015",
"dom"
],
"typeRoots": [
"node_modules/@types"
],
"suppressImplicitAnyIndexErrors": true
},
"exclude": [

View File

@@ -20,6 +20,9 @@
"es2015",
"dom"
],
"typeRoots": [
"node_modules/@types"
],
"suppressImplicitAnyIndexErrors": true
},
"exclude": [