Skip to content

Commit 89ce44b

Browse files
committed
build: add missing files section
1 parent 3ccb3d8 commit 89ce44b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
"type": "git",
1313
"url": "https://github.com/cmu-delphi/www-epivis.git"
1414
},
15+
"files": [
16+
"public/**.js",
17+
"public/**.map",
18+
"public/**.txt",
19+
"public/**.css",
20+
"!public/wrapper.*"
21+
],
1522
"scripts": {
1623
"build": "rollup -c",
1724
"start": "rollup -c -w",

0 commit comments

Comments
 (0)