File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const {join} = require('path');
11
11
const build = require ( '../webextension/build' ) ;
12
12
13
13
const main = async ( ) => {
14
- const unpackedPath = await build (
14
+ await build (
15
15
'chrome' ,
16
16
join ( __dirname , 'manifest.json' ) ,
17
17
join ( __dirname , 'build' )
@@ -21,11 +21,6 @@ const main = async () => {
21
21
console . log ( chalk . green ( 'You can test this build by running:' ) ) ;
22
22
console . log ( chalk . gray ( '\n# From the react-devtools root directory:' ) ) ;
23
23
console . log ( 'npm run test:chrome' ) ;
24
- console . log ( chalk . green ( '\nYou can also test by following the steps below:' ) ) ;
25
- console . log ( chalk . gray ( '\n# Open the following URL in Chrome:' ) ) ;
26
- console . log ( 'chrome://extensions/' ) ;
27
- console . log ( chalk . gray ( '\n# Click "Load unpacked extension" and browse to:' ) ) ;
28
- console . log ( unpackedPath ) ;
29
24
} ;
30
25
31
26
main ( ) ;
You can’t perform that action at this time.
0 commit comments