Skip to content

Commit

Permalink
try copy
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Sep 20, 2024
1 parent 4e6930a commit 7ac9093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"scripts": {
"build": "rm -rf dist/* && yarn build:esm && yarn build:cjs",
"build:esm": "tsc -p tsconfig.esm.json",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:esm": "tsc -p tsconfig.esm.json && cp package.json dist/esm",
"build:cjs": "tsc -p tsconfig.cjs.json && cp package.json dist/cjs",
"test": "jest",
"fmt": "prettier --write \"./**/*.ts\"",
"lint": "eslint ./src"
Expand Down

0 comments on commit 7ac9093

Please sign in to comment.