Use npm instead of yarn

This commit is contained in:
Michael Jackson
2018-11-27 21:35:05 -08:00
parent 7075ebdbb9
commit 41806b2117
5 changed files with 13190 additions and 9159 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"singleQuote": false
}
+3 -3
View File
@@ -1,10 +1,10 @@
language: node_js
cache: yarn
cache: npm
services:
- redis-server
script:
- yarn test --silent
- yarn build
- npm test
- npm run build
deploy:
provider: heroku
skip_cleanup: true
+2 -1
View File
@@ -4,5 +4,6 @@ module.exports = {
},
setupTestFrameworkScriptFile:
"<rootDir>/modules/__tests__/setupTestFramework.js",
testMatch: ["**/__tests__/*-test.js"]
testMatch: ["**/__tests__/*-test.js"],
testURL: "http://localhost/"
};
+13182
View File
File diff suppressed because it is too large Load Diff
-9155
View File
File diff suppressed because it is too large Load Diff