Skip to content

Commit c9fd100

Browse files
committed
set NODE_ENV=test on wercker
1 parent c458c17 commit c9fd100

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wercker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ build:
2525
- script:
2626
name: env vars
2727
code: |
28-
export NODE_ENV=production
28+
export NODE_ENV=test
2929
# A step that executes `npm install` command
3030
- npm-install
3131
- script:
@@ -53,7 +53,7 @@ deploy:
5353
- script:
5454
name: env vars
5555
code: |
56-
export NODE_ENV=production
56+
export NODE_ENV=test
5757
- add-to-known_hosts:
5858
hostname: github.com
5959
- add-ssh-key:

0 commit comments

Comments
 (0)