()
| 256 | d('forgified scripts object:', packageJSON.scripts); |
| 257 | |
| 258 | const writeChanges = async () => { |
| 259 | await fs.writeJson( |
| 260 | path.resolve(dir, 'package.json'), |
| 261 | packageJSON, |
| 262 | { spaces: 2 }, |
| 263 | ); |
| 264 | }; |
| 265 | |
| 266 | return task.newListr<{ pm: PMDetails }>( |
| 267 | [ |