Skip to content

feat: use next-env-cli in npm scripts #74

@natterstefan

Description

@natterstefan

Feature Request

Make use of Next's env handling (.env, .env.local, ...) by using https://github.com/skirsten/next-env-cli in npm scripts.

Basic example

"cypress:open-test": "wait-on tcp:3010 && cross-env NODE_ENV=test next-env-cli cypress open"

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions