Files
pnpm/package.json
Zoltan Kochan a613580ecd chore: use workspace ranges instead of links
This is a workaround to make pnpm run tests in correct order
2019-11-09 22:46:31 +02:00

25 lines
708 B
JSON

{
"scripts": {
"test": "pnpm run build && run-p -r verdaccio test-all",
"verdaccio": "verdaccio --config ./verdaccio.yaml --listen 7348",
"test-all": "cross-env PNPM_REGISTRY_MOCK_UPLINK=http://localhost:7348 pnpm test --filter=./packages --filter=./privatePackages",
"build": "pnpm run -r tsc"
},
"devDependencies": {
"@pnpm/registry-mock": "1.8.0",
"@pnpm/tsconfig": "workspace:*",
"@pnpm/tslint-config": "workspace:*",
"@types/node": "*",
"@types/tape": "^4.2.33",
"cross-env": "6.0.3",
"npm-run-all": "4.1.5",
"ts-node": "8.4.1",
"tslint": "5.20.1",
"typescript": "3.7.2",
"verdaccio": "4.3.4"
},
"engines": {
"pnpm": ">=4"
}
}