Skip to content

Commit ed6749f

Browse files
author
Sarah Wessel
authored
Add gatsby clean to build process (#25)
1 parent be52e07 commit ed6749f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"license": "MIT",
3232
"scripts": {
33-
"build": "gatsby build",
33+
"build": "gatsby clean && gatsby build",
3434
"develop": "gatsby develop",
3535
"format": "prettier --write 'src/**/*.js'",
3636
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)