diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 80e8da5..d1fcbac 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "private": true, "keywords": [], "scripts": { - "test": "make test" + "build": "gypkg build uv_link_t.gyp", + "test": "npm run build && ./out/Release/uv_link_t-test" }, "author": "Fedor Indutny <fedor@indutny.com>", "license": "MIT", |