use yarn instead of npm
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
792dabf1c2
commit
a2579cdf32
File diff suppressed because it is too large
Load Diff
|
@ -17,9 +17,6 @@
|
||||||
"postcss-import": "14.0.2",
|
"postcss-import": "14.0.2",
|
||||||
"tailwindcss": "^2.2.7"
|
"tailwindcss": "^2.2.7"
|
||||||
},
|
},
|
||||||
"engines": {
|
|
||||||
"node": "12"
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:production": "cross-env NODE_ENV=production gulp",
|
"build:production": "cross-env NODE_ENV=production gulp",
|
||||||
"build:dev": "cross-env NODE_ENV=development gulp",
|
"build:dev": "cross-env NODE_ENV=development gulp",
|
||||||
|
|
Loading…
Reference in New Issue