Skip to content

Commit

Permalink
Fix publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiviljami committed Nov 6, 2024
1 parent bd8f35e commit 71735ae
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 @@ -74,7 +74,7 @@
"watch-build": "tsc -w",
"lint": "eslint src/ --ext ts",
"prettier": "prettier --write src/**",
"prepublishOnly": "npm run build && npm run toc",
"prepublishOnly": "npm run build",
"test": "NODE_ENV=test jest"
},
"engines": {
Expand Down

0 comments on commit 71735ae

Please sign in to comment.