Debug CI processing

This commit is contained in:
Deon George 2017-12-08 17:25:37 +11:00
parent 8455942fb7
commit 751d030a95
No known key found for this signature in database
GPG Key ID: 7670E8DC27415254
2 changed files with 3 additions and 4 deletions

View File

@ -50,8 +50,9 @@ before_script:
# Install Node dependencies.
# comment this out if you don't have a node dependency
- ls -al && grep admin *json && md5sum *json
- npm version && ls -al && grep admin *json && md5sum *json
- npm install
- ls -al && grep admin *json && md5sum *json && npm list
# Copy over testing configuration.
# Don't forget to set the database config in .env.testing correctly

View File

@ -13,6 +13,7 @@
"bootstrap-sass": "^3.3.7",
"cross-env": "^3.2.3",
"font-awesome": "^4.7.0",
"icheck": "^1.0.2",
"ionicons": "^3.0.0",
"jquery": "^2.1.4",
"js-cookie": "^2.1.0",
@ -24,8 +25,5 @@
"underscore": "^1.8.3",
"urijs": "^1.17.0",
"vue": "2.*"
},
"devDependencies": {
"icheck": "^1.0.2"
}
}