mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(docker): Prep master for docker deploys
This commit is contained in:
committed by
mrugesh mohapatra
parent
9e4583b1f3
commit
d79f9f4899
+3
-2
@@ -3,12 +3,12 @@
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"postinstall": "npm run bootstrap",
|
||||
"prebootstrap": "npm run ensure-env",
|
||||
"bootstrap": "lerna bootstrap",
|
||||
"clean": "lerna clean",
|
||||
"develop": "npm-run-all -s ensure-env start-develop",
|
||||
"ensure-env": "cross-env DEBUG=fcc:* node ./tools/scripts/ensure-env.js",
|
||||
"lint": "echo 'Warning: TODO - Define Linting with fixing.'",
|
||||
"lint:api": "eslint api-server --ignore-pattern 'api-server/node_modules/**/*.js'",
|
||||
"seed": "npm-run-all -p seed:*",
|
||||
"seed:challenges": "cross-env DEBUG=fcc:* node ./tools/scripts/seed/seedChallenges",
|
||||
"seed:auth-user": "cross-env DEBUG=fcc:* node ./tools/scripts/seed/seedAuthUser",
|
||||
@@ -27,7 +27,8 @@
|
||||
"cross-env": "^5.2.0",
|
||||
"debug": "^4.0.1",
|
||||
"dotenv": "^6.0.0",
|
||||
"eslint-config-freecodecamp": "^1.1.1",
|
||||
"eslint": "^5.12.1",
|
||||
"eslint-plugin-react": "^7.12.4",
|
||||
"faker": "^4.1.0",
|
||||
"gray-matter": "^4.0.1",
|
||||
"jest": "^23.6.0",
|
||||
|
||||
Reference in New Issue
Block a user