There was an error while loading. Please reload this page.
2 parents d5c286d + edeef97 commit 885cfbdCopy full SHA for 885cfbd
1 file changed
package.json
@@ -17,7 +17,7 @@
17
},
18
"scripts": {
19
"start": "npm test",
20
- "build:test": "tsc && tsc -p test",
+ "build:test": "rimraf dist test/dist && tsc && tsc -p test",
21
"test": "npm run build:test && node --experimental-test-coverage --test \"**/*.test.js\""
22
23
"keywords": [
@@ -40,7 +40,8 @@
40
"@types/n3": "^1",
41
"n3": "^2",
42
"typedoc": "^0.28.18",
43
- "typedoc-plugin-mdn-links": "^5.1.1"
+ "typedoc-plugin-mdn-links": "^5.1.1",
44
+ "rimraf": "^6.0.1"
45
46
"engines": {
47
"node": ">=24.0.0"
0 commit comments