Closed pavithraes closed 5 years ago
This is correct, it should be build.
You mean, change the directory name?
No, it's wrong because build
is the right directory. When you build it with the previous step (npm run-script compile
, it copies manifest.json
to the build
directory:
$ ls -la build
drwxr-xr-x 9 april staff 288B Mar 1 14:30 .
drwxr-xr-x 15 april staff 480B Jan 16 11:46 ..
-rw-r--r-- 1 april staff 16K Mar 1 14:30 LICENSE.md
-rw-r--r-- 1 april staff 13K Mar 1 14:30 background.js
-rw-r--r-- 1 april staff 16K Mar 1 14:30 background.js.map
drwxr-xr-x 5 april staff 160B Mar 1 14:30 content_script
drwxr-xr-x 7 april staff 224B Jan 16 11:46 icons
-rw-r--r-- 1 april staff 1.1K Mar 1 14:30 manifest.json
drwxr-xr-x 8 april staff 256B Mar 1 14:30 viewer
'manifest.json' is in the 'src' directory