We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be52e07 commit ed6749fCopy full SHA for ed6749f
package.json
@@ -30,7 +30,7 @@
30
],
31
"license": "MIT",
32
"scripts": {
33
- "build": "gatsby build",
+ "build": "gatsby clean && gatsby build",
34
"develop": "gatsby develop",
35
"format": "prettier --write 'src/**/*.js'",
36
"test": "echo \"Error: no test specified\" && exit 1"
0 commit comments