[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-06。"],[[["Node.js runtime defaults to executing `npm run build` if a `build` script exists in `package.json`, but you can implement custom build steps."],["To define a custom build process, include a `gcp-build` script in your `package.json` file, which will be executed instead of `npm run build`."],["To bypass the default `npm run build` execution, add an empty `gcp-build` script in `package.json` as `\"gcp-build\":\"\"`, or use the environment variable `GOOGLE_NODE_RUN_SCRIPTS` with an empty value."],["During custom build steps, dependencies from both `dependencies` and `devDependencies` in `package.json` are available, but afterwards, App Engine only installs production dependencies listed in `dependencies`."],["Static files generated or copied during custom build steps are not served directly by App Engine using `static_dir` or `static_files` in `app.yaml`, and accessing them will result in a `404 NOT FOUND` error."]]],[]]