chore(seed): Move seed script to tools

This commit is contained in:
Bouncey
2018-10-07 08:51:58 +01:00
committed by mrugesh mohapatra
parent 26750776ed
commit bc9b3b4ddd
13 changed files with 6433 additions and 1801 deletions
+3 -4
View File
@@ -7,20 +7,19 @@
"ensure-env": "node ./tools/scripts/ensure-env.js",
"lint": "echo 'Warning: TODO - Define Linting.'",
"pretest": "npm-run-all -s lint bootstrap",
"seed": "node seed/index.js",
"seed": "node seed/seedChallenges",
"test": "npm-run-all -p test:*",
"test:client": "cd ./client && npm test && cd ../",
"test:curriculum": "echo 'Warning: TODO - Define Testing.'",
"test:server": "echo 'Warning: TODO - Define Testing.'",
"test:tools": "cd ./tools/challenge-md-parser && npm test && cd ../scripts/seed && npm test && cd ../../../",
"start-develop": "node ./tools/scripts/start-develop.js"
},
"devDependencies": {
"dotenv": "^6.0.0",
"eslint-config-freecodecamp": "^1.1.1",
"lerna": "^3.4.0",
"npm-run-all": "^4.1.3",
"tree-kill": "^1.2.0"
},
"dependencies": {
"dotenv": "^6.0.0"
}
}