mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore(seed): Move seed script to tools
This commit is contained in:
committed by
mrugesh mohapatra
parent
26750776ed
commit
bc9b3b4ddd
+3
-4
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user