Skip to content

Commit c83cdbd

Browse files
committed
Include publish config for tag
1 parent c56626d commit c83cdbd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,9 @@
131131
"test:deno:r": "yarn build && deno run -r --allow-import --allow-env --allow-read --allow-net --import-map=import-map-deno.json esnext/tests/index.js",
132132
"test:inspect": "yarn build && node --enable-source-maps --inspect-brk esnext/tests/index.js",
133133
"coverage": "yarn build && c8 node esnext/tests/index.js && yarn postbuild"
134+
},
135+
"publishConfig": {
136+
"access": "public",
137+
"tag": "alpha"
134138
}
135139
}

0 commit comments

Comments
 (0)