Skip to content

Commit

Permalink
Update prepublishOnly job to remove dead subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogel committed Dec 16, 2023
1 parent 1b6ec73 commit b97671e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
"bench": "node bench/bench.js",
"prepublishOnly": "npm-run-all --serial lint docs:lint test build docs:build bench"
"prepublishOnly": "npm-run-all --serial lint test build docs:build bench"
},
"files": [
"dist"
Expand Down

0 comments on commit b97671e

Please sign in to comment.