We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5635e0 commit 5f25563Copy full SHA for 5f25563
package.json
@@ -11,7 +11,7 @@
11
"check-types": "turbo run check-types",
12
"ci": "turbo run lint check-types test build",
13
"ci:version": "changeset version && bun update",
14
- "ci:publish": "cd packages/bundler-plugin && npm publish --access public --provenance && changeset tag"
+ "ci:publish": "changeset publish"
15
},
16
"devDependencies": {
17
"@biomejs/biome": "2.4.10",
packages/bundler-plugin/package.json
@@ -1,6 +1,10 @@
1
{
2
"name": "@faststats/sourcemap-uploader-plugin",
3
"version": "0.3.2",
4
+ "publishConfig": {
5
+ "access": "public",
6
+ "provenance": true
7
+ },
8
"repository": {
9
"type": "git",
10
"url": "https://github.com/faststats-dev/sourcemaps"
0 commit comments