Skip to content

Commit

Permalink
Update packages/scripts/scripts/test-e2e.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Andrew Duthie <andrew@andrewduthie.com>
  • Loading branch information
gziolo and aduth committed Apr 17, 2020
1 parent 25d8bd0 commit fca0094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scripts/scripts/test-e2e.js
Expand Up @@ -28,7 +28,7 @@ const {
hasJestConfig,
} = require( '../utils' );

const result = spawn( 'node', [ 'node_modules/puppeteer/install.js' ], {
const result = spawn( 'node', [ require.resolve( 'puppeteer/install' ) ], {
stdio: 'inherit',
} );

Expand Down

0 comments on commit fca0094

Please sign in to comment.