Skip to content

Commit bbb4fcd

Browse files
authored
chore: publish only dist folders (#218)
1 parent 00f59f8 commit bbb4fcd

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

packages/components/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"type": "git",
2626
"url": "git+https://github.com/Developer-DAO/web3-ui/"
2727
},
28+
"files": [
29+
"dist"
30+
],
2831
"scripts": {
2932
"build": "preconstruct build",
3033
"format": "prettier --write \"src/**/*.{ts,tsx,json,js,jsx}\"",

packages/core/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
"type": "git",
2727
"url": "git+https://github.com/Developer-DAO/web3-ui/"
2828
},
29+
"files": [
30+
"dist"
31+
],
2932
"scripts": {
3033
"build": "preconstruct build",
3134
"format": "prettier --write \"src/**/*.{ts,tsx,json,js,jsx}\"",

packages/hooks/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"type": "git",
2626
"url": "git+https://github.com/Developer-DAO/web3-ui/"
2727
},
28+
"files": [
29+
"dist"
30+
],
2831
"scripts": {
2932
"build": "preconstruct build",
3033
"format": "prettier --write \"src/**/*.{ts,tsx,json,js,jsx}\"",

0 commit comments

Comments
 (0)