mirror of
https://github.com/streamich/react-use.git
synced 2026-01-25 14:17:16 +00:00
Update package.json
This commit is contained in:
parent
228ce59df3
commit
c7f7c1fda8
@ -19,7 +19,7 @@
|
||||
"lint": "eslint {src,tests}/**/*.{ts,tsx}",
|
||||
"lint:fix": "yarn lint --fix",
|
||||
"lint:types": "tsc --noEmit",
|
||||
"lint:prettier":"yarn prettier --write src/**/**/*.{ts,tsx}",
|
||||
"lint:prettier":"prettier --write src/**/**/*.{ts,tsx}",
|
||||
"build:cjs": "tsc",
|
||||
"build:es": "tsc -m esNext --outDir esm",
|
||||
"build": "yarn build:cjs && yarn build:es",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user