diff --git a/package.json b/package.json index 09a334b..fea0220 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "resilienceapp_theme", + "name": "resilience-landing-page", "description": "We’re making it safe and easy for communities to provide local aid.", "version": "1.1.3", "author": "Mutual Aid", @@ -37,11 +37,11 @@ "license": "MIT", "main": "n/a", "scripts": { - "clean": "rm -rf .cache/* && gatsby clean", + "clean": "gatsby clean", "commit": "git cz", "start": "npm run develop", "build": "npm run clean && gatsby build", - "develop": "npm run clean && gatsby develop", + "develop": "gatsby develop", "lint": "eslint src/**/*.js; prettier --check \"{gatsby-*.js,src/**/*.js}\"", "format": "eslint --fix src/**/*.js && prettier --write \"{gatsby-*.js,src/**/*.js}\"", "test": "echo \"Error: no test specified\" && exit 1"