fix(npm-script): reconfigure script order
This commit is contained in:
committed by
mrugesh mohapatra
parent
4d3641ad88
commit
87e02190d5
@ -7,11 +7,12 @@
|
|||||||
"bootstrap": "lerna bootstrap && lerna run build --scope @freecodecamp/curriculum",
|
"bootstrap": "lerna bootstrap && lerna run build --scope @freecodecamp/curriculum",
|
||||||
"develop": "npm-run-all -s ensure-env start-develop",
|
"develop": "npm-run-all -s ensure-env start-develop",
|
||||||
"ensure-env": "cross-env DEBUG=fcc:* node ./tools/scripts/ensure-env.js",
|
"ensure-env": "cross-env DEBUG=fcc:* node ./tools/scripts/ensure-env.js",
|
||||||
"lint": "echo 'Warning: TODO - Define Linting.'",
|
"lint": "echo 'Warning: TODO - Define Linting with fixing.'",
|
||||||
"pretest": "npm-run-all -s lint",
|
|
||||||
"seed": "cross-env DEBUG=fcc:* node ./tools/scripts/seed/seedChallenges",
|
"seed": "cross-env DEBUG=fcc:* node ./tools/scripts/seed/seedChallenges",
|
||||||
"start-develop": "node ./tools/scripts/start-develop.js",
|
"start-develop": "node ./tools/scripts/start-develop.js",
|
||||||
|
"pretest": "npm-run-all -s test:lint",
|
||||||
"test": "npm-run-all -p test:*",
|
"test": "npm-run-all -p test:*",
|
||||||
|
"test:lint": "echo 'Warning: TODO - Define Linting tests.'",
|
||||||
"test:client": "cd ./client && npm test && cd ../",
|
"test:client": "cd ./client && npm test && cd ../",
|
||||||
"test:curriculum": "cd ./curriculum && npm test && cd ../",
|
"test:curriculum": "cd ./curriculum && npm test && cd ../",
|
||||||
"test:guide-directories": "node ./tools/scripts/ci/ensure-guide-page-naming.js",
|
"test:guide-directories": "node ./tools/scripts/ci/ensure-guide-page-naming.js",
|
||||||
|
Reference in New Issue
Block a user