Skip to content

Commit 2b1280a

Browse files
authored
Merge pull request #16 from emyann/Fix/No-Coverage
Fix(Test): Fix Coverage and build stuck
2 parents 407cc18 + efb8098 commit 2b1280a

14 files changed

+3084
-210
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ before_install:
1313
- sh -e /etc/init.d/xvfb start
1414

1515
script:
16-
- npm run test-cli
16+
- npm run build
17+
- npm test

CONTRIBUTING.md

Whitespace-only changes.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,7 @@ After build phase, 3 files are generated into the `dist` folder:
9595
- `app.bundle.js` - contains the core of the application. From the entry point `src/index.ts`
9696
- `vendor.bundle.js` - contains the vendor dependencies. From the entry point `src/vendor.ts` (lodash is added as an example)
9797
- `index.html` - html page referencing these files
98+
99+
## Development
100+
101+
We'd love to have your helping hand on `create-ts-lib`! See [CONTRIBUTING.md](CONTRIBUTING.md) for more information on what we're looking for and how to get started.

lerna.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"lerna": "2.8.0",
3+
"packages": [
4+
"packages/*"
5+
],
6+
"version": "0.0.1"
7+
}

0 commit comments

Comments
 (0)