Created
September 30, 2016 20:58
-
-
Save tylerflint/21d11055a3473db681ee5acef5f9557a to your computer and use it in GitHub Desktop.
Add nodejs support into nanobox app config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
code.build: | |
engine: ruby |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
code.build: | |
engine: ruby | |
extra_packages: | |
- nodejs | |
lib_dirs: | |
- node_modules | |
after_build: | |
- npm install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment