Akram Khan

Results 2 comments of Akram Khan

I have a solutions. --- solution --- ```javascript const env = { ...process.env }; delete env.SECRET_KEY; exec("npm install && npm run build", { env }); ``` When this execute don't...