diff --git a/package.json b/package.json index 2eef3fa..bd3246b 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "type": "module", "scripts": { "prepare": "npm run lint", + "prepublishOnly": "git push --follow-tags", "lint": "standard -v", "test": "standard && esbuild --format=esm --bundle _test/index.js | tape-run", "test:ci": "esbuild --format=esm --bundle _test/index.js | tape-run",