From 8542220f5c946bfda0337d48091c5c480f8b4a1e Mon Sep 17 00:00:00 2001 From: Avishay Bar Date: Sun, 26 Apr 2020 10:46:22 +0300 Subject: [PATCH] chore: add clean script --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cda666f..f188c2d 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,9 @@ "test": "jest --coverage && jest-coverage-badges --output './badges'", "typescript": "tsc --noEmit", "bootstrap": "yarn --cwd Example && yarn", - "example": "yarn --cwd example", - "build": "yarn bob build" + "example": "yarn --cwd Example", + "build": "yarn bob build", + "clean": "rm -rf node_modules coverage lib Example/node_modules Example/.expo" }, "dependencies": { "initials": "^3.0.1",