Skip to content

Commit

Permalink
cp package
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Sep 20, 2024
1 parent 5d12c5f commit cc599a7
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 @@ -11,7 +11,7 @@
"dist/**/*"
],
"scripts": {
"build": "rm -rf dist/* && yarn build:esm && yarn build:cjs && package.json dist",
"build": "rm -rf dist/* && yarn build:esm && yarn build:cjs && cp package.json dist",
"build:esm": "tsc -p tsconfig.esm.json",
"build:cjs": "tsc -p tsconfig.cjs.json",
"test": "jest",
Expand Down

0 comments on commit cc599a7

Please sign in to comment.