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 eb751d8 commit 81772daCopy full SHA for 81772da
.changeset/rude-paws-read.md
@@ -0,0 +1,5 @@
1
+---
2
+"@nodesecure/scanner": patch
3
4
+
5
+Add missing ./src/data when building TypeScript source
workspaces/scanner/package.json
@@ -9,7 +9,7 @@
9
"node": ">=20"
10
},
11
"scripts": {
12
- "build": "tsc -b",
+ "build": "tsc -b & cp -R ./src/data ./dist/data",
13
"lint": "eslint src test",
14
"prepublishOnly": "npm run build && pkg-ok",
15
"test": "npm run test-only",
0 commit comments