chore: Remove --cache (#8279)

This commit is contained in:
Jiralite
2022-07-13 15:58:40 +01:00
committed by GitHub
parent 30a8d3231f
commit fe34f48efb
11 changed files with 22 additions and 22 deletions

View File

@@ -6,8 +6,8 @@
"scripts": {
"test": "vitest run",
"build": "tsup",
"lint": "prettier --cache --check . && eslint src --ext mjs,js,ts --cache",
"format": "prettier --cache --write . && eslint src --ext mjs,js,ts --fix --cache"
"lint": "prettier --check . && eslint src --ext mjs,js,ts",
"format": "prettier --write . && eslint src --ext mjs,js,ts --fix"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",