-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: production build #82
Conversation
Codecov ReportBase: 92.72% // Head: 92.81% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #82 +/- ##
===========================================
+ Coverage 92.72% 92.81% +0.09%
===========================================
Files 245 254 +9
Lines 3462 3565 +103
Branches 434 441 +7
===========================================
+ Hits 3210 3309 +99
- Misses 177 179 +2
- Partials 75 77 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…of writing files directly
60b1350
to
406ebed
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 👍
Description
Provide
package
command to do production builds, and use--output
flag to indicate the output type.Build:
vulcan package --output node
Execute:
npm install && node ./dist/index.js
Build:
vulcan package --output node && docker build ./dist
Execute
docker run xxx
Issue ticket number
closes #50
Additional Context
getArtifact
to get the content now. cc @wwwy3y3spec-xxx.yaml
files, they'll be wrapped into result.json now.