Skip to content

Commit 6b8eeb1

Browse files
authored
remove rimraf (#28)
1 parent a41ba24 commit 6b8eeb1

2 files changed

Lines changed: 183 additions & 168 deletions

File tree

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"lint:fix": "standard --fix",
1010
"unit": "tap test/**/*.test.js",
1111
"test": "npm run unit && npm run test:typescript",
12-
"posttest": "rimraf test/fjs-generated*.js",
1312
"test:typescript": "tsd"
1413
},
1514
"repository": {
@@ -26,7 +25,6 @@
2625
"devDependencies": {
2726
"@fastify/pre-commit": "^2.0.2",
2827
"fastify": "^4.0.0",
29-
"rimraf": "^3.0.2",
3028
"sanitize-filename": "^1.6.3",
3129
"standard": "^17.0.0",
3230
"tap": "^16.0.0",

0 commit comments

Comments
 (0)