Debug CI processing
This commit is contained in:
parent
8455942fb7
commit
751d030a95
@ -50,8 +50,9 @@ before_script:
|
|||||||
|
|
||||||
# Install Node dependencies.
|
# Install Node dependencies.
|
||||||
# comment this out if you don't have a node dependency
|
# 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
|
- npm install
|
||||||
|
- ls -al && grep admin *json && md5sum *json && npm list
|
||||||
|
|
||||||
# Copy over testing configuration.
|
# Copy over testing configuration.
|
||||||
# Don't forget to set the database config in .env.testing correctly
|
# Don't forget to set the database config in .env.testing correctly
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
"bootstrap-sass": "^3.3.7",
|
"bootstrap-sass": "^3.3.7",
|
||||||
"cross-env": "^3.2.3",
|
"cross-env": "^3.2.3",
|
||||||
"font-awesome": "^4.7.0",
|
"font-awesome": "^4.7.0",
|
||||||
|
"icheck": "^1.0.2",
|
||||||
"ionicons": "^3.0.0",
|
"ionicons": "^3.0.0",
|
||||||
"jquery": "^2.1.4",
|
"jquery": "^2.1.4",
|
||||||
"js-cookie": "^2.1.0",
|
"js-cookie": "^2.1.0",
|
||||||
@ -24,8 +25,5 @@
|
|||||||
"underscore": "^1.8.3",
|
"underscore": "^1.8.3",
|
||||||
"urijs": "^1.17.0",
|
"urijs": "^1.17.0",
|
||||||
"vue": "2.*"
|
"vue": "2.*"
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"icheck": "^1.0.2"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user