mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
pass NODE_ENV
This commit is contained in:
parent
d10b6c96bf
commit
d780794dfd
@ -63,6 +63,8 @@ jobs:
|
||||
- run:
|
||||
name: Test
|
||||
command: yarn jest test/
|
||||
environment:
|
||||
- NODE_ENV: "test"
|
||||
|
||||
release:
|
||||
<<: *defaults
|
||||
|
Loading…
Reference in New Issue
Block a user