mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-02 04:57:19 -04:00
chore: use package-preview
This commit is contained in:
@@ -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",
|
||||
|
||||
662
shrinkwrap.yaml
662
shrinkwrap.yaml
File diff suppressed because it is too large
Load Diff
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user