mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 10:01:48 -04:00
14 lines
342 B
YAML
14 lines
342 B
YAML
scripts:
|
|
test: >-
|
|
pnpm recursive test
|
|
--reporter append-only
|
|
--workspace-concurrency 1
|
|
--filter ./packages
|
|
--filter ./privatePackages
|
|
build: pnpm recursive run tsc
|
|
dependencies:
|
|
'@pnpm/tsconfig': 'link:utils/tsconfig'
|
|
'@pnpm/tslint-config': 'link:utils/tslint-config'
|
|
'@types/node': '*'
|
|
'@types/tape': ^4.2.31
|