We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67e26c commit 754abe1Copy full SHA for 754abe1
package.json
@@ -2,6 +2,9 @@
2
"name": "@mitodl/smoot-design",
3
"version": "0.0.0",
4
"packageManager": "yarn@4.5.1",
5
+ "files": [
6
+ "dist"
7
+ ],
8
"repository": {
9
"type": "git",
10
"url": "https://github.com/mitodl/smoot-design"
@@ -17,7 +20,8 @@
17
20
"lint-check": "eslint src/ .storybook/",
18
21
"lint-fix": "yarn lint-check --fix",
19
22
"fmt-check": "prettier --ignore-path .gitignore --ignore-path .prettierignore --check .",
- "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"
25
},
26
"exports": {
27
".": {
0 commit comments