Skip to content

Commit 5f25563

Browse files
committed
chore: update ci:publish script and add publishConfig to bundler-plugin
1 parent a5635e0 commit 5f25563

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"check-types": "turbo run check-types",
1212
"ci": "turbo run lint check-types test build",
1313
"ci:version": "changeset version && bun update",
14-
"ci:publish": "cd packages/bundler-plugin && npm publish --access public --provenance && changeset tag"
14+
"ci:publish": "changeset publish"
1515
},
1616
"devDependencies": {
1717
"@biomejs/biome": "2.4.10",

packages/bundler-plugin/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@faststats/sourcemap-uploader-plugin",
33
"version": "0.3.2",
4+
"publishConfig": {
5+
"access": "public",
6+
"provenance": true
7+
},
48
"repository": {
59
"type": "git",
610
"url": "https://github.com/faststats-dev/sourcemaps"

0 commit comments

Comments
 (0)