Skip to content

Commit

Permalink
chore: only publish dist
Browse files Browse the repository at this point in the history
  • Loading branch information
zzxming committed Dec 20, 2024
1 parent a6bdbd3 commit 3f34871
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 @@ -13,6 +13,9 @@
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"lint": "eslint . --cache",
"build": "gulp --require @esbuild-kit/cjs-loader",
Expand Down

0 comments on commit 3f34871

Please sign in to comment.