From ebce2e874ee1819331d68e6507a28a78f98a5c6f Mon Sep 17 00:00:00 2001 From: Alex Kuzmenko Date: Sat, 11 Mar 2017 00:49:11 +0200 Subject: [PATCH] Update CONTRIBUTING.md [skip ci] --- CONTRIBUTING.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7b7060fdc..f0935656a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,12 +22,18 @@ $ npm run watch to have Babel build itself then incrementally build files on change. -To run tests: +To run all tests: ```sh $ npm test ``` +or run tests for a specific package: + +```sh +$ npm test packages/babel-preset-babili +``` + To run lint: ```sh