Skip to content

Commit

Permalink
fuzz: remove fuzz script
Browse files Browse the repository at this point in the history
  • Loading branch information
manunio committed Nov 21, 2023
1 parent 8204879 commit 99dd762
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
"release": "grunt release",
"publish:aws": "npm run test:tasks && grunt && grunt publish-to-aws",
"format": "prettier --write '**/*.{js,css,json,md}' && eslint --fix .",
"fuzz": "npm jazzer fuzz/compiler.fuzz fuzz/corpus/",
"lint": "npm run lint:eslint && npm run lint:prettier && npm run lint:types",
"lint:eslint": "eslint --max-warnings 0 .",
"lint:prettier": "prettier --check '**/*.js'",
Expand Down

0 comments on commit 99dd762

Please sign in to comment.