Skip to content

Commit 754abe1

Browse files
chore: publishing fixes (prepack, include /dist) (#7)
1 parent a67e26c commit 754abe1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"name": "@mitodl/smoot-design",
33
"version": "0.0.0",
44
"packageManager": "yarn@4.5.1",
5+
"files": [
6+
"dist"
7+
],
58
"repository": {
69
"type": "git",
710
"url": "https://github.com/mitodl/smoot-design"
@@ -17,7 +20,8 @@
1720
"lint-check": "eslint src/ .storybook/",
1821
"lint-fix": "yarn lint-check --fix",
1922
"fmt-check": "prettier --ignore-path .gitignore --ignore-path .prettierignore --check .",
20-
"fmt-fix": "prettier --ignore-path .gitignore --ignore-path .prettierignore --write ."
23+
"fmt-fix": "prettier --ignore-path .gitignore --ignore-path .prettierignore --write .",
24+
"prepack": "yarn build"
2125
},
2226
"exports": {
2327
".": {

0 commit comments

Comments
 (0)