Skip to content

Commit

Permalink
chore(gatsby-admin): cleanup stale artifacts pre build (#25972)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxstbr committed Jul 23, 2020
1 parent 876ba70 commit a879b8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/gatsby-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"react-icons": "^3.10.0",
"react-instantsearch-dom": "^5.7.0",
"remove-markdown": "^0.3.0",
"rimraf": "^3.0.2",
"strict-ui": "^0.1.3",
"subscriptions-transport-ws": "^0.9.16",
"theme-ui": "^0.4.0-alpha.3",
Expand All @@ -40,6 +41,7 @@
},
"scripts": {
"develop": "gatsby develop",
"prebuild": "rimraf public",
"build": "node ../gatsby/dist/bin/gatsby.js build --prefix-paths",
"postbuild": "ncp public ../gatsby/gatsby-admin-public",
"watch": "nodemon --watch src --ext js,ts,tsx,json --exec \"yarn run build\""
Expand Down

0 comments on commit a879b8b

Please sign in to comment.