Skip to content

Commit

Permalink
fix(website): remove the clean script on predeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
roldanjr committed Oct 2, 2020
1 parent 2c922d1 commit 065a0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"serve": "yarn clean && yarn build && gatsby serve",
"cp:sitemap": "cp sitemap.xml public",
"predeploy": "yarn clean && yarn build --prefix-paths && yarn cp:sitemap",
"predeploy": "yarn build --prefix-paths && yarn cp:sitemap",
"deploy": "gh-pages -d public -r https://$GH_TOKEN@github.com/roldanjr/pomatez.git"
},
"dependencies": {
Expand Down

0 comments on commit 065a0a6

Please sign in to comment.