Skip to content

Commit

Permalink
fix: build artifact files
Browse files Browse the repository at this point in the history
  • Loading branch information
thepiwo committed Aug 16, 2024
1 parent e3dfd17 commit f4059cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"default": "./build/esm/src/lib/index.js"
}
},
"files": [
"build",
"package.json"
],
"scripts": {
"build": "tsc -b ./tsconfig.cjs.json ./tsconfig.esm.json ./tsconfig.types.json && npm run copy-files",
"build:clean": "rimraf ./build",
Expand Down

0 comments on commit f4059cd

Please sign in to comment.