feat: added cleanup script
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"update": "mode=update node runner.js",
|
||||
"lint": "eslint \"*.js\" \"**/*.js\" && prettier --check ."
|
||||
"lint": "eslint \"*.js\" \"**/*.js\" && prettier --check .",
|
||||
"build:cleanup": "rm -rf ./data"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user