Travis -- fix build on OSX, simplify travis and get rid of yarn

This commit is contained in:
Konstantin Zamyakin
2018-08-31 18:11:45 +03:00
committed by hmage
parent 3af62e463a
commit c4fefa10b0
5 changed files with 16602 additions and 9639 deletions

16597
client/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -3,9 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"build-dev": "NODE_ENV=development webpack --config webpack.dev.js",
"watch": "NODE_ENV=development webpack --config webpack.dev.js --watch",
"build-prod": "NODE_ENV=production webpack --config webpack.prod.js",
"build-dev": "NODE_ENV=development ./node_modules/.bin/webpack --config webpack.dev.js",
"watch": "NODE_ENV=development ./node_modules/.bin/webpack --config webpack.dev.js --watch",
"build-prod": "NODE_ENV=production ./node_modules/.bin/webpack --config webpack.prod.js",
"lint": "eslint frontend/"
},
"dependencies": {

File diff suppressed because it is too large Load Diff