Skip to content

Commit 066a4e1

Browse files
committed
fix integration tests?
1 parent 5ed8f4f commit 066a4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-admin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"scripts": {
5151
"develop": "gatsby develop",
52-
"prebuild": "rimraf public",
52+
"prebuild": "rimraf public .cache",
5353
"build": "node ../gatsby/dist/bin/gatsby.js build --prefix-paths",
5454
"postbuild": "ncp public ../gatsby/gatsby-admin-public",
5555
"watch": "nodemon --watch src --ext js,ts,tsx,json --exec \"yarn run build\""

0 commit comments

Comments
 (0)