Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit 3adc90e

Browse files
committed
Add missed rimraf dev dependencies
1 parent 51d576c commit 3adc90e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"@babel/preset-env": "^7.8.4",
2929
"jest": "^25.1.0",
3030
"jest-environment-node": "^25.1.0",
31-
"playwright": "^0.9.24"
31+
"playwright": "^0.9.24",
32+
"rimraf": "^3.0.1"
3233
}
3334
}

0 commit comments

Comments
 (0)