diff --git a/package.json b/package.json index 2299c8bf..e350ae72 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,9 @@ "description": "Node port of tripit/slate", "main": "index.js", "scripts": { + "clean": "rm -vrf build/*", "start": "gulp serve", - "build": "gulp", - "deploy": "./deploy.sh" + "build": "npm run clean && gulp" }, "repository": { "type": "git",