Skip to content

Commit

Permalink
chore: improve pkg json script
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraghazra committed Nov 12, 2020
1 parent f2f8bf9 commit 7008bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"build:cjs": "cross-env BABEL_ENV=cjs babel src --extensions .ts,.tsx -d dist/cjs --source-maps",
"build:esm": "cross-env BABEL_ENV=esm babel src --extensions .ts,.tsx -d dist/esm --source-maps",
"build:types": "tsc --emitDeclarationOnly --project tsconfig.prod.json",
"check-types": "yarn build:types && concurrently \"tsc --noEmit --project tsconfig.prod.json\" \"yarn tsd\"",
"check-types": "yarn build:types && yarn tsd",
"commit": "gacp",
"format": "prettier --write \"./**/*.{js,ts,css,less,json,md,html,yml,yaml,pcss,jsx,tsx}\"",
"generatejs": "node scripts/generate-js",
Expand Down

0 comments on commit 7008bd9

Please sign in to comment.