We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e997676 commit 52c9461Copy full SHA for 52c9461
1 file changed
configure.php
@@ -322,9 +322,7 @@ function setupPackageJsonForTheme(): void
322
'prettier-plugin-tailwindcss',
323
], 'devDependencies');
324
325
- $newData = json_decode(file_get_contents(__DIR__ . '/package.json'), true);
326
-
327
- replaceInFile($newData, [
+ replaceInFile(__DIR__ . '/package.json', [
328
'dev:styles' => 'dev',
329
'build:styles' => 'build',
330
]);
0 commit comments