We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2470c3 commit 950e146Copy full SHA for 950e146
package.json
@@ -9,6 +9,7 @@
9
"publishConfig": {
10
"access": "public"
11
},
12
+ "files": ["dist/"],
13
"repository": "travi-org/brand",
14
"bugs": "https://github.com/travi-org/brand/issues",
15
"homepage": "https://npm.im/@travi/brand",
@@ -22,6 +23,7 @@
22
23
"lint:travis": "travis-lint .travis.yml",
24
"lint:peer": "npm ls >/dev/null",
25
"prebuild": "run-s clean",
26
+ "prepack": "run-s build",
27
"build": "npm-run-all --print-label --parallel build:*",
28
"build:svg": "svgo -f img -o dist/img --disable removeViewBox"
29
0 commit comments