core/__snapshots__/TestGenerateBuildPlanForExamples_node-yarn-2_1.snap.json
core/__snapshots__/TestGenerateBuildPlanForExamples_node-yarn-2_1.snap.jsonBrowse 1970 files
1,089 tokens
3,361 bytes
Token encoding: o200k_base
Snapshot 21a254f
← Back to SKILL.md
1{2 "caches": {3 "apt": {4 "directory": "/var/cache/apt",5 "type": "locked"6 },7 "apt-lists": {8 "directory": "/var/lib/apt/lists",9 "type": "locked"10 },11 "node-modules": {12 "directory": "/app/node_modules/.cache",13 "type": "shared"14 },15 "yarn-install": {16 "directory": "/app/.yarn/cache",17 "type": "shared"18 }19 },20 "deploy": {21 "base": {22 "step": "packages:apt:runtime"23 },24 "inputs": [25 {26 "include": [27 "/mise/shims",28 "/mise/installs",29 "/usr/local/bin/mise",30 "/etc/mise/config.toml",31 "/root/.local/state/mise"32 ],33 "step": "packages:mise"34 },35 {36 "include": [37 "/app/.yarn",38 "/root/.yarn"39 ],40 "step": "build"41 },42 {43 "exclude": [44 "node_modules",45 ".yarn"46 ],47 "include": [48 "/root/.cache",49 "."50 ],51 "step": "build"52 }53 ],54 "startCommand": "yarn run start",55 "variables": {56 "CI": "true",57 "NODE_ENV": "production",58 "NPM_CONFIG_FETCH_RETRIES": "5",59 "NPM_CONFIG_FUND": "false",60 "NPM_CONFIG_PRODUCTION": "false",61 "NPM_CONFIG_UPDATE_NOTIFIER": "false",62 "RAILPACK_VERSION": "dev"63 }64 },65 "steps": [66 {67 "assets": {68 "generated-mise-toml": "[generated-mise-toml]"69 },70 "commands": [71 {72 "path": "/mise/shims"73 },74 {75 "dest": ".node-version",76 "src": ".node-version"77 },78 {79 "customName": "create mise config",80 "name": "generated-mise-toml",81 "path": "/etc/mise/config.toml"82 },83 {84 "cmd": "mise install",85 "customName": "install mise packages: node, yarn"86 }87 ],88 "inputs": [89 {90 "image": "ghcr.io/railwayapp/railpack-builder:mise-2026.9.9"91 }92 ],93 "name": "packages:mise",94 "variables": {95 "MISE_CACHE_DIR": "/mise/cache",96 "MISE_CONFIG_DIR": "/mise",97 "MISE_DATA_DIR": "/mise",98 "MISE_INSTALLS_DIR": "/mise/installs",99 "MISE_SHIMS_DIR": "/mise/shims"100 }101 },102 {103 "caches": [104 "yarn-install"105 ],106 "commands": [107 {108 "path": "/app/node_modules/.bin"109 },110 {111 "cmd": "mkdir -p /app/node_modules/.cache"112 },113 {114 "dest": ".node-version",115 "src": ".node-version"116 },117 {118 "dest": ".yarnrc.yml",119 "src": ".yarnrc.yml"120 },121 {122 "dest": "package.json",123 "src": "package.json"124 },125 {126 "dest": "yarn.lock",127 "src": "yarn.lock"128 },129 {130 "dest": ".yarn",131 "src": ".yarn"132 },133 {134 "cmd": "yarn install --check-cache"135 }136 ],137 "inputs": [138 {139 "step": "packages:mise"140 }141 ],142 "name": "install",143 "variables": {144 "CI": "true",145 "NODE_ENV": "production",146 "NPM_CONFIG_FETCH_RETRIES": "5",147 "NPM_CONFIG_FUND": "false",148 "NPM_CONFIG_PRODUCTION": "false",149 "NPM_CONFIG_UPDATE_NOTIFIER": "false"150 }151 },152 {153 "caches": [154 "node-modules"155 ],156 "inputs": [157 {158 "step": "install"159 },160 {161 "include": [162 "."163 ],164 "local": true165 }166 ],167 "name": "build",168 "secrets": [169 "*"170 ]171 },172 {173 "caches": [174 "apt",175 "apt-lists"176 ],177 "commands": [178 {179 "cmd": "sh -c 'apt-get update \u0026\u0026 apt-get install -y libatomic1'",180 "customName": "install apt packages: libatomic1"181 }182 ],183 "inputs": [184 {185 "image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.9.9"186 }187 ],188 "name": "packages:apt:runtime"189 }190 ]191}