[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-03-26 UTC。"],[[["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."]]],[]]