mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore: update package and lockfile (#34352)
This commit is contained in:
committed by
Stuart Taylor
parent
80c1b8871d
commit
f69fae4303
+1
-1
@@ -11,7 +11,7 @@
|
||||
"lint": "echo 'Warning: TODO - Define Linting with fixing.'",
|
||||
"seed": "npm-run-all -p seed:*",
|
||||
"seed:challenges": "cross-env DEBUG=fcc:* node ./tools/scripts/seed/seedChallenges",
|
||||
"seed:news":"cross-env DEBUG=fcc:* node ./tools/scripts/seed/seedNewsArticles",
|
||||
"seed:news": "cross-env DEBUG=fcc:* node ./tools/scripts/seed/seedNewsArticles",
|
||||
"start-develop": "node ./tools/scripts/start-develop.js",
|
||||
"pretest": "npm-run-all -s test:lint",
|
||||
"test": "npm-run-all -p test:*",
|
||||
|
||||
Reference in New Issue
Block a user