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 ebbb3fb commit c56931fCopy full SHA for c56931f
package.json
@@ -9,7 +9,7 @@
9
"lint:fix": "standard --fix",
10
"unit": "tap test/**/*.test.js",
11
"test": "npm run unit && npm run test:typescript",
12
- "posttest": "rm test/fjs-generated*.js",
+ "posttest": "rimraf test/fjs-generated*.js",
13
"test:typescript": "tsd"
14
},
15
"repository": {
@@ -25,6 +25,7 @@
25
"homepage": "https://github.com/fastify/fast-json-stringify-compiler#readme",
26
"devDependencies": {
27
"fastify": "^4.0.0",
28
+ "rimraf": "^3.0.2",
29
"sanitize-filename": "^1.6.3",
30
"standard": "^17.0.0",
31
"tap": "^16.0.0",
0 commit comments