1
0

Make sure we're using yarn

This commit is contained in:
2018-04-21 19:17:56 +02:00
parent d36b4589e4
commit f5ac4d3270
2 changed files with 15 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
"version": "0.0.1",
"scripts": {
"dev": "npx nodemon --inspect .",
"preinstall": "npx use-yarn",
"predev": "npx check-env PORT FB_APP_SECRET FB_ACCESS_TOKEN FB_VERIFY_TOKEN"
},
"dependencies": {
@@ -17,6 +18,7 @@
"ngrok": "3.0.1",
"nodemon": "1.17.3",
"prettier": "1.12.1",
"use-yarn": "2.2.0",
"xo": "0.20.3"
},
"prettier": {