mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
chore: Remove --cache (#8279)
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
"dev:css": "yarn generate:css --watch",
|
||||
"dev:remix": "remix dev",
|
||||
"generate:css": "unocss 'src/**/*.tsx' --out-file ./src/styles/unocss.css",
|
||||
"lint": "prettier --cache --check . && eslint src --ext mjs,js,ts,tsx --cache",
|
||||
"format": "prettier --cache --write . && eslint src --ext mjs,js,ts,tsx --fix --cache"
|
||||
"lint": "prettier --check . && eslint src --ext mjs,js,ts,tsx",
|
||||
"format": "prettier --write . && eslint src --ext mjs,js,ts,tsx --fix"
|
||||
},
|
||||
"main": "./dist/index.js",
|
||||
"module": "./dist/index.mjs",
|
||||
|
||||
Reference in New Issue
Block a user