diff --git a/package.json b/package.json index d11db60..0b32d9d 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "doc": "docs" }, "scripts": { - "test": "./test.sh", - "build": "./build.js" + "test": "sh test.sh", + "build": "node build.js" }, "repository": { "type": "git",