Skip to content

Commit 03ce121

Browse files
authored
Merge pull request #133 from getsource/local_grunt_build
Use local Grunt, rather than relying on global.
2 parents 8173fb8 + 347d1fe commit 03ce121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prepare.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'wget -O ' . escapeshellarg( $WPT_PREPARE_DIR . '/phpunit.phar' ) . ' https://phar.phpunit.de/phpunit-5.7.phar',
3636
'wget -O ' . escapeshellarg( $WPT_PREPARE_DIR . '/tests/phpunit/data/plugins/wordpress-importer.zip' ) . ' https://downloads.wordpress.org/plugin/wordpress-importer.zip',
3737
'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',
38+
'cd ' . escapeshellarg( $WPT_PREPARE_DIR ) . '; npm install && npm run build',
3939
) );
4040

4141
// Replace variables in the wp-config.php file.

0 commit comments

Comments
 (0)