Skip to content

Commit

Permalink
chore(package): 🔧 update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
navin-moorthy authored Sep 23, 2021
1 parent f312d58 commit 93db3de
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 @@ -42,7 +42,7 @@
"format": "prettier -wl \"./**/*.{html,css,js,jsx,ts,tsx,md,json}\"",
"format:package": "sort-package-json package.json",
"prebuild": "rimraf dist",
"build": "concurrently yarn:build:*",
"build": "yarn keys && concurrently yarn:build:*",
"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",
Expand Down

1 comment on commit 93db3de

@vercel
Copy link

@vercel vercel bot commented on 93db3de Sep 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.