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 authored Feb 14, 2020
1 parent 8b1523f commit d080809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scripts/scripts/test-e2e.js
Original file line number Diff line number Diff line change
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 d080809

Please sign in to comment.