Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Parallelize linting in build #943

Closed
adidahiya opened this issue Jan 26, 2016 · 1 comment
Closed

Parallelize linting in build #943

adidahiya opened this issue Jan 26, 2016 · 1 comment

Comments

@adidahiya
Copy link
Contributor

No description provided.

@JoshuaKGoldberg
Copy link
Contributor

This was already done! 🎉

From package.json:

    "lint": "npm-run-all -p lint:global lint:from-bin",
    "lint:global": "tslint --project test/tsconfig.json --format stylish",
    "lint:from-bin": "node bin/tslint --project test/tsconfig.json --format stylish",

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants