Skip to content

Commit

Permalink
Rudimentary build cache remover.
Browse files Browse the repository at this point in the history
  • Loading branch information
TuanManhCao committed Apr 29, 2022
1 parent 233e5ba commit 561dc10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"dev": "rm -rf graph-data.json && next dev",
"build": "rm -rf graph-data.json && next build",
"start": "next start",
"deploy": "yarn build && git add . && git commit -m '...' && git push"
},
Expand Down

0 comments on commit 561dc10

Please sign in to comment.