Update package.json

This commit is contained in:
ddaza 2020-09-04 14:18:33 -05:00 committed by GitHub
parent 228ce59df3
commit c7f7c1fda8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",