Skip to content

Commit 14526d8

Browse files
author
Cris
committed
Fixing path
1 parent dd96d45 commit 14526d8

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

package.json

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,31 @@
4444
],
4545
"extraResources": [
4646
{
47-
"from": "../model/",
48-
"to": "./model/",
47+
"from": "./stats-model/",
48+
"to": "./stats-model/",
49+
"filter": [
50+
"**/*"
51+
]
52+
},
53+
{
54+
"from": "./data-samples/",
55+
"to": "./data-samples/",
4956
"filter": [
5057
"**/*"
5158
]
5259
}
5360
],
5461
"extraFiles": [
5562
{
56-
"from": "../model/",
57-
"to": "./model/",
63+
"from": "./stats-model/",
64+
"to": "./stats-model/",
65+
"filter": [
66+
"**/*"
67+
]
68+
},
69+
{
70+
"from": "./data-samples/",
71+
"to": "./data-samples/",
5872
"filter": [
5973
"**/*"
6074
]

0 commit comments

Comments
 (0)