We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41ba24 commit 6b8eeb1Copy full SHA for 6b8eeb1
2 files changed
package.json
@@ -9,7 +9,6 @@
9
"lint:fix": "standard --fix",
10
"unit": "tap test/**/*.test.js",
11
"test": "npm run unit && npm run test:typescript",
12
- "posttest": "rimraf test/fjs-generated*.js",
13
"test:typescript": "tsd"
14
},
15
"repository": {
@@ -26,7 +25,6 @@
26
25
"devDependencies": {
27
"@fastify/pre-commit": "^2.0.2",
28
"fastify": "^4.0.0",
29
- "rimraf": "^3.0.2",
30
"sanitize-filename": "^1.6.3",
31
"standard": "^17.0.0",
32
"tap": "^16.0.0",
0 commit comments