Skip to content
Snippets Groups Projects
Commit e30139cc authored by brunoravera's avatar brunoravera
Browse files

move env

parent 244110fc
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ const run = (stage) => {
convertFile('../.env', 'public/env.js')
break
case 'prod':
convertFile('.env.production', `public/env.production.js`)
convertFile('../.env.production', `public/env.production.js`)
break
default:
console.error('unknown stage', stage)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment