Skip to content

Commit

Permalink
remove defunct postpublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Jun 11, 2024
1 parent ae7cab9 commit 199b0da
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 @@ -34,7 +34,6 @@
"test:prettier": "prettier --check src test",
"test:tsc": "tsc",
"prepublishOnly": "rm -rf dist && rollup -c",
"postpublish": "git push && git push --tags",
"dev": "vite",
"docs:dev": "node --experimental-network-imports node_modules/vitepress/dist/node/cli.js dev docs",
"docs:build": "node --experimental-network-imports node_modules/vitepress/dist/node/cli.js build docs",
Expand Down

0 comments on commit 199b0da

Please sign in to comment.