Skip to content

Commit

Permalink
remove postpublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Jul 29, 2024
1 parent 624696f commit 5193dd2
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 @@ -36,7 +36,6 @@
"test:mocha": "mkdir -p test/output && mocha 'test/**/*-test.js' test/input.js",
"test:lint": "eslint src test",
"prepublishOnly": "rm -rf dist && rollup -c && node bin/clean-css < src/style.css > dist/index.css",
"postpublish": "git push && git push --tags",
"dev": "vite dev"
},
"_moduleAliases": {
Expand Down

0 comments on commit 5193dd2

Please sign in to comment.