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 3c5c9f8 commit 505eb92Copy full SHA for 505eb92
package.json
@@ -117,9 +117,10 @@
117
"@types/node": "ts5.7",
118
"@types/spdx-expression-parse": "^3",
119
"c8": "^10",
120
+ "copyfiles": "^2.4.1",
121
"deepmerge": "^4.2.2",
122
"fast-glob": "^3.3.1",
- "memfs": "4.46.1",
123
+ "memfs": "^4.46.1",
124
"mocha": "11.7.2",
125
"npm-run-all2": "^8",
126
"rimraf": "^6",
@@ -209,6 +210,7 @@
209
210
"build:web": "webpack build",
211
"prebuild:d": "rimraf dist.d",
212
"build:d": "tsc -b ./tsconfig.d.json",
213
+ "postbuild:d": "copyfiles -u 1 src/**/*.d.ts dist.d",
214
"test": "run-p --aggregate-output -lc test:\\*",
215
"test:node": "c8 mocha -p",
216
"test:web": "node -e 'console.log(\"TODO: write web test\")'",
0 commit comments