mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore(ci): upload turbo summaries (#65715)
This commit is contained in:
committed by
GitHub
parent
d83de6b5b4
commit
ff162dce2e
+3
-3
@@ -21,7 +21,7 @@
|
||||
"scripts": {
|
||||
"audit-challenges": "cd curriculum && pnpm audit-challenges",
|
||||
"analyze-bundle": "webpack-bundle-analyzer",
|
||||
"build": "turbo build",
|
||||
"build": "turbo build --summarize",
|
||||
"build:client": "turbo -F=@freecodecamp/client build",
|
||||
"build:curriculum": "turbo -F=@freecodecamp/curriculum build",
|
||||
"build:api": "turbo -F=@freecodecamp/api build",
|
||||
@@ -47,7 +47,7 @@
|
||||
"knip": "npx -y knip@5 --include files",
|
||||
"knip:all": "npx -y knip@5 ",
|
||||
"lint-root": "pnpm npm-run-all lint:*",
|
||||
"lint": "turbo type-check && turbo lint && turbo lint-root",
|
||||
"lint": "turbo type-check --summarize && turbo lint --summarize && turbo lint-root --summarize",
|
||||
"lint:prettier": "prettier --list-different .",
|
||||
"lint:css": "stylelint '**/*.css'",
|
||||
"preseed": "turbo setup",
|
||||
@@ -63,7 +63,7 @@
|
||||
"serve:client": "cd ./client && pnpm run serve",
|
||||
"serve:client-ci": "cd ./client && pnpm run serve-ci",
|
||||
"start": "turbo setup && npm-run-all -p develop:server serve:client",
|
||||
"test": "turbo test",
|
||||
"test": "turbo test --summarize",
|
||||
"test-client": "turbo -F=@freecodecamp/client test",
|
||||
"test-api": "turbo -F=@freecodecamp/api test",
|
||||
"test-curriculum-content": "turbo -F=@freecodecamp/curriculum test-content",
|
||||
|
||||
Reference in New Issue
Block a user