File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,5 @@ before_install:
13
13
- sh -e /etc/init.d/xvfb start
14
14
15
15
script :
16
- - npm run test-cli
16
+ - npm run build
17
+ - npm test
Original file line number Diff line number Diff line change 4
4
"description" : " A damn simple starter for Typescript and Webpack" ,
5
5
"main" : " src/index.ts" ,
6
6
"scripts" : {
7
- "start" : " create-ts-lib app && cd app && npm start" ,
8
- "test" : " cd app && npm test" ,
9
- "test-cli" : " create-ts-lib app && cd app && npm test"
7
+ "build" : " lerna bootstrap" ,
8
+ "test" : " cd packages/e2e && npm test"
10
9
},
11
10
"repository" : {
12
11
"type" : " git" ,
Original file line number Diff line number Diff line change 2
2
"name" : " e2e" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " " ,
5
+ "private" : true ,
5
6
"main" : " index.js" ,
6
7
"scripts" : {
7
8
"pretest" : " rimraf app" ,
You can’t perform that action at this time.
0 commit comments