Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-nodejs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-nodejs
Commits
1fbe9b88
Commit
1fbe9b88
authored
May 17, 2017
by
Jeremy Morrell
Committed by
GitHub
May 17, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove YARN_CONFIG and add NODE_ENV=test to test-compile (#403)
parent
79ce7c1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test-compile
bin/test-compile
+1
-1
No files found.
bin/test-compile
View file @
1fbe9b88
#!/usr/bin/env bash
#!/usr/bin/env bash
NPM_CONFIG_PRODUCTION
=
false
YARN_PRODUCTION
=
false
"
$(
dirname
${
0
:-})
/compile"
"
$1
"
"
$2
"
"
$3
"
NPM_CONFIG_PRODUCTION
=
false
NODE_ENV
=
test
"
$(
dirname
${
0
:-})
/compile"
"
$1
"
"
$2
"
"
$3
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment