Skip to content

Commit 77053bf

Browse files
committed
x
1 parent 7d877f0 commit 77053bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"typescript": "^5.9.3"
120120
},
121121
"scripts": {
122-
"build": "tsc && npm run download:files && npm run commit:hash && cp -r public dist",
122+
"build": "tsc && npm run download:files && npm run commit:hash && cp -r {data,public} dist",
123123
"commit:hash": "git rev-parse HEAD > data/LAST_API_COMMIT_HASH.txt",
124124
"coverage": "npm run clean && c8 mocha 'test/tests/integration/**/*.test.ts' 'test/tests/unit/**/*.test.ts'",
125125
"clean": "rimraf coverage",

0 commit comments

Comments
 (0)