Skip to content

Commit 0a39b1b

Browse files
committed
Removed the postpublish script
1 parent 9981220 commit 0a39b1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
5555
"build": "babel src --out-dir build --ignore spec.js",
5656
"watch:test": "jest --watch --notify",
57-
"prepublish": "yarn run build",
58-
"postpublish": "rm -rf build && git push --follow-tags"
57+
"prepublish": "yarn run build"
5958
}
6059
}

0 commit comments

Comments
 (0)