fix lint script

pull/9746/head
Nayan Gautam 3 years ago
parent 0d659aa030
commit 022f37bc06

@ -83,7 +83,7 @@
"posttest": "agadoo src/internal/index.js", "posttest": "agadoo src/internal/index.js",
"prepublishOnly": "pnpm build", "prepublishOnly": "pnpm build",
"types": "node ./scripts/generate-dts.js", "types": "node ./scripts/generate-dts.js",
"lint": "prettier . --cache --plugin-search-dir=. --check && eslint \"{scripts,src,test}/**/*.js\" --cache --fix" "lint": "prettier . --cache --plugin-search-dir=. --check && eslint \"{scripts,src,test}/**/*.js\" --cache"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save