We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f7dc8 commit ff2eacdCopy full SHA for ff2eacd
package.json
@@ -7,7 +7,7 @@
7
},
8
"description": "Example projects for the freeCodeCamp.org curriculum",
9
"scripts": {
10
- "lint": "eslint apps --max-warnings 0",
+ "lint": "eslint apps test --max-warnings 0 && prettier apps test --check",
11
"prebuild": "npm run create-caddyfile && node scripts/copy-dockerignore.js",
12
"prestart": "npm run create-caddyfile && node scripts/copy-dockerignore.js",
13
"build": "docker compose build",
0 commit comments