fix(tools): Adjust seed task
This commit is contained in:
committed by
mrugesh mohapatra
parent
506f8b9fe0
commit
2562c38db2
@ -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 ../",
|
||||
|
Reference in New Issue
Block a user