Issue summary
I am trying to build the front end of the application developed using Shopify-CLI. I am trying to add SHOPIFY_API_KEY as explained here.
I am trying this command cd web/frontend/ && SHOPIFY_API_KEY=REPLACE_ME npm run build from the root directory of my project. But,
SHOPIFY_API_KEY is not added through this command
Expected behavior
As described here the SHOPIFY_API_KEY should be added to the build.
Actual behavior
When I run the command it's giving me an error described below and attached a screenshot of the error message.
Details
`SHOPIFY_API_KEY` is not recognized as an internal or external command,
operable program, or batch file.

Please, anyone, help me with this problem. I will be grateful.
Issue summary
I am trying to build the front end of the application developed using Shopify-CLI. I am trying to add
SHOPIFY_API_KEYas explained here.I am trying this command
cd web/frontend/ && SHOPIFY_API_KEY=REPLACE_ME npm run buildfrom the root directory of my project. But,SHOPIFY_API_KEYis not added through this commandExpected behavior
As described here the
SHOPIFY_API_KEYshould be added to the build.Actual behavior
When I run the command it's giving me an error described below and attached a screenshot of the error message.
Details
`SHOPIFY_API_KEY` is not recognized as an internal or external command, operable program, or batch file.Please, anyone, help me with this problem. I will be grateful.