Skip to content

Commit 5193dd2

Browse files
committed
remove postpublish script
1 parent 624696f commit 5193dd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"test:mocha": "mkdir -p test/output && mocha 'test/**/*-test.js' test/input.js",
3737
"test:lint": "eslint src test",
3838
"prepublishOnly": "rm -rf dist && rollup -c && node bin/clean-css < src/style.css > dist/index.css",
39-
"postpublish": "git push && git push --tags",
4039
"dev": "vite dev"
4140
},
4241
"_moduleAliases": {

0 commit comments

Comments
 (0)