fix(tools): Adjust seed task

This commit is contained in:
Bouncey
2018-10-07 09:56:11 +01:00
committed by mrugesh mohapatra
parent 506f8b9fe0
commit 2562c38db2

View File

@ -7,7 +7,7 @@
"ensure-env": "node ./tools/scripts/ensure-env.js",
"lint": "echo 'Warning: TODO - Define Linting.'",
"pretest-ci": "npm-run-all -s lint bootstrap",
"seed": "node seed/seedChallenges",
"seed": "node tools/scripts/seed/seedChallenges",
"test": "npm-run-all -p test:*",
"test-ci": "npm test",
"test:client": "cd ./client && npm test && cd ../",