Skip to content

docs(): socket update to 0.8+ recipe#135

Merged
maciejkorsan merged 2 commits intomasterfrom
docs/cookbook-socket-update
Feb 13, 2018
Merged

docs(): socket update to 0.8+ recipe#135
maciejkorsan merged 2 commits intomasterfrom
docs/cookbook-socket-update

Conversation

@maciejkorsan
Copy link
Copy Markdown
Member

No description provided.

@maciejkorsan maciejkorsan requested a review from mkucharz February 9, 2018 13:19
yarn --production

```

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

too much space?

#!/usr/bin/env sh

mkdir -p .dist
babel src --out-dir .dist/src --copy-files
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here we should have npx I think

mkdir -p .dist
cp package.json .dist
cd .dist
yarn --production
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we should use npm instead yarn?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it doesn't work if i change it to npm

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maciejkorsan you need npm install (which is default in yarn)


```js
"scripts": {
"build": "yarn && yarn run build:src && yarn run build:env",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yarn is not dependency anymore so maybe we should use npm?

@codecov-io
Copy link
Copy Markdown

codecov-io commented Feb 9, 2018

Codecov Report

Merging #135 into master will decrease coverage by 2.55%.
The diff coverage is n/a.

@@            Coverage Diff            @@
##           master    #135      +/-   ##
=========================================
- Coverage   37.46%   34.9%   -2.56%     
=========================================
  Files         118     118              
  Lines        5272    4595     -677     
=========================================
- Hits         1975    1604     -371     
+ Misses       3297    2991     -306

@maciejkorsan
Copy link
Copy Markdown
Member Author

@mkucharz changes applied

Copy link
Copy Markdown
Member

@mkucharz mkucharz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@maciejkorsan maciejkorsan merged commit c029552 into master Feb 13, 2018
@mkucharz mkucharz deleted the docs/cookbook-socket-update branch February 15, 2018 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants