Rudimentary build cache remover.
This commit is contained in:
parent
233e5ba4ed
commit
561dc104a3
@ -3,8 +3,8 @@
|
|||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "rm -rf graph-data.json && next dev",
|
||||||
"build": "next build",
|
"build": "rm -rf graph-data.json && next build",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"deploy": "yarn build && git add . && git commit -m '...' && git push"
|
"deploy": "yarn build && git add . && git commit -m '...' && git push"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user