fix(seed): Show debug logs on seed command

This commit is contained in:
Bouncey
2018-10-12 10:53:06 +01:00
committed by mrugesh mohapatra
parent fc72dde582
commit 162e25143e
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "@freecodecamp/database-seeding",
"version": "0.0.1",
"description": "A script to seed challenges in to the database",
"main": "index.js",
"main": "seedChallenges.js",
"scripts": {
"test": "jest"
},