Skip to content

Commit

Permalink
chore: add dist to packaged files
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenoak committed Nov 26, 2023
1 parent bcea7eb commit 648e3f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"import": "./dist/esm/index.js"
},
"types": "./dist/types/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "npm run clean && npm run test && npm run build:cjs && npm run build:esm && npm run build:types && npm run build:package",
"build:cjs": "tsc --module commonjs --outDir ./dist/cjs",
Expand Down

0 comments on commit 648e3f2

Please sign in to comment.