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 7d877f0 commit 77053bfCopy full SHA for 77053bf
1 file changed
package.json
@@ -119,7 +119,7 @@
119
"typescript": "^5.9.3"
120
},
121
"scripts": {
122
- "build": "tsc && npm run download:files && npm run commit:hash && cp -r public dist",
+ "build": "tsc && npm run download:files && npm run commit:hash && cp -r {data,public} dist",
123
"commit:hash": "git rev-parse HEAD > data/LAST_API_COMMIT_HASH.txt",
124
"coverage": "npm run clean && c8 mocha 'test/tests/integration/**/*.test.ts' 'test/tests/unit/**/*.test.ts'",
125
"clean": "rimraf coverage",
0 commit comments