diff --git a/package.json b/package.json index dd40834..5d6a36b 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ }, "scripts": { "prepare": "rm -rf dist && tsc", - "test": "jest" + "test": "jest", + "release": "np --no-yarn" } }