Skip to content

Commit 13aaf1a

Browse files
ZimmerAmr-c
authored andcommitted
Add rimraf dependency to improve windows support
1 parent 0f2245c commit 13aaf1a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

schema_salad/typescript/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "dist/index.d.ts",
77
"scripts": {
88
"test": "nyc --reporter=lcov mocha --require ts-node/register src/test/**/*.ts",
9-
"doc": "rm -rf ./docs && typedoc src/index.ts"
9+
"doc": "rimraf ./docs && typedoc src/index.ts"
1010
},
1111
"license": "${license_name}",
1212
"devDependencies": {
@@ -26,7 +26,8 @@
2626
"ts-node": "^10.4.0",
2727
"typedoc": "^0.22.10",
2828
"typescript": "^4.4.4",
29-
"codecov.io": "^0.1.6"
29+
"codecov.io": "^0.1.6",
30+
"rimraf": "^3.0.2"
3031
},
3132
"dependencies": {
3233
"js-yaml": "^4.1.0",

0 commit comments

Comments
 (0)