chore: use package-preview

This commit is contained in:
zkochan
2017-11-02 00:20:25 +02:00
parent e84a4bad2d
commit 12e1f7d2f6
3 changed files with 611 additions and 56 deletions

View File

@@ -11,7 +11,7 @@
"scripts": {
"lint": "tslint -c tslint.json --project .",
"pretty-test": "ts-node test | tap-diff",
"test": "npm run lint && ts-node test",
"test": "npm run lint && npm run tsc && preview && ts-node test",
"tsc": "rimraf lib && tsc",
"prepublishOnly": "npm run tsc"
},
@@ -58,6 +58,7 @@
"ghooks": "^2.0.0",
"mos-tap-diff": "^1.0.0",
"normalize-newline": "^3.0.0",
"package-preview": "^0.1.3",
"pnpm-logger": "^0.6.2",
"rimraf": "^2.5.4",
"tape": "^4.8.0",

View File

File diff suppressed because it is too large Load Diff

View File

@@ -9,7 +9,7 @@ import logger, {
lifecycleLogger,
} from 'pnpm-logger'
import normalizeNewline = require('normalize-newline')
import {toOutput$} from '../src'
import {toOutput$} from 'pnpm-default-reporter'
import {stripIndents} from 'common-tags'
import chalk from 'chalk'
import xs, {Stream} from 'xstream'