chore(starters): Add clean command (#19584)`

This commit is contained in:
GatsbyJS Bot
2019-11-19 12:59:07 +00:00
parent c6d52cddd3
commit c1f552291f
+1
View File
@@ -10,6 +10,7 @@
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {