Skip to content

Commit c56931f

Browse files
committed
chore: use rimraf
1 parent ebbb3fb commit c56931f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint:fix": "standard --fix",
1010
"unit": "tap test/**/*.test.js",
1111
"test": "npm run unit && npm run test:typescript",
12-
"posttest": "rm test/fjs-generated*.js",
12+
"posttest": "rimraf test/fjs-generated*.js",
1313
"test:typescript": "tsd"
1414
},
1515
"repository": {
@@ -25,6 +25,7 @@
2525
"homepage": "https://github.com/fastify/fast-json-stringify-compiler#readme",
2626
"devDependencies": {
2727
"fastify": "^4.0.0",
28+
"rimraf": "^3.0.2",
2829
"sanitize-filename": "^1.6.3",
2930
"standard": "^17.0.0",
3031
"tap": "^16.0.0",

0 commit comments

Comments
 (0)