| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| yarn --production | ||
|
|
||
| ``` | ||
|
|
There was a problem hiding this comment.
too much space?
Sorry, something went wrong.
| #!/usr/bin/env sh | ||
|
|
||
| mkdir -p .dist | ||
| babel src --out-dir .dist/src --copy-files |
There was a problem hiding this comment.
here we should have npx I think
Sorry, something went wrong.
| mkdir -p .dist | ||
| cp package.json .dist | ||
| cd .dist | ||
| yarn --production |
There was a problem hiding this comment.
maybe we should use npm instead yarn?
Sorry, something went wrong.
There was a problem hiding this comment.
it doesn't work if i change it to npm
Sorry, something went wrong.
There was a problem hiding this comment.
@maciejkorsan you need npm install (which is default in yarn)
Sorry, something went wrong.
|
|
||
| ```js | ||
| "scripts": { | ||
| "build": "yarn && yarn run build:src && yarn run build:env", |
There was a problem hiding this comment.
yarn is not dependency anymore so maybe we should use npm?
Sorry, something went wrong.
Codecov Report
@@ 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 |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.