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 5ed8f4f commit 066a4e1Copy full SHA for 066a4e1
packages/gatsby-admin/package.json
@@ -49,7 +49,7 @@
49
},
50
"scripts": {
51
"develop": "gatsby develop",
52
- "prebuild": "rimraf public",
+ "prebuild": "rimraf public .cache",
53
"build": "node ../gatsby/dist/bin/gatsby.js build --prefix-paths",
54
"postbuild": "ncp public ../gatsby/gatsby-admin-public",
55
"watch": "nodemon --watch src --ext js,ts,tsx,json --exec \"yarn run build\""
0 commit comments