diff --git a/package.json b/package.json index 51d057a..1e9cc57 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,8 @@ "url": "https://github.com/ray-1337/node-ufw/issues" }, "scripts": { - "test": "ava Test.ts" + "test": "ava Test.ts", + "build": "rm -rf dist && tsc -p tsconfig.json" }, "ava": { "extensions": [ "ts" ],