We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8173fb8 + 347d1fe commit 03ce121Copy full SHA for 03ce121
prepare.php
@@ -35,7 +35,7 @@
35
'wget -O ' . escapeshellarg( $WPT_PREPARE_DIR . '/phpunit.phar' ) . ' https://phar.phpunit.de/phpunit-5.7.phar',
36
'wget -O ' . escapeshellarg( $WPT_PREPARE_DIR . '/tests/phpunit/data/plugins/wordpress-importer.zip' ) . ' https://downloads.wordpress.org/plugin/wordpress-importer.zip',
37
'cd ' . escapeshellarg( $WPT_PREPARE_DIR . '/tests/phpunit/data/plugins/' ) . '; unzip wordpress-importer.zip; rm wordpress-importer.zip',
38
- 'cd ' . escapeshellarg( $WPT_PREPARE_DIR ) . '; npm install && grunt build',
+ 'cd ' . escapeshellarg( $WPT_PREPARE_DIR ) . '; npm install && npm run build',
39
) );
40
41
// Replace variables in the wp-config.php file.
0 commit comments