Skip to content

Commit eb73c83

Browse files
include the dist folder
1 parent 500e9c7 commit eb73c83

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.DS_Store
12
node_modules
23
.yarn/*
34
!.yarn/releases

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"type": "git",
77
"url": "https://github.com/mitodl/smoot-design"
88
},
9+
"files": [
10+
"dist/"
11+
],
912
"scripts": {
1013
"storybook": "storybook dev -p 6006",
1114
"build-storybook": "storybook build --docs",

0 commit comments

Comments
 (0)