Skip to content

Commit 581a115

Browse files
chore: publish script
1 parent b6f51c9 commit 581a115

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dev:jsonreader": "pnpm --filter jsonreader dev",
1010
"test": "pnpm -r test",
1111
"lint": "pnpm -r lint",
12-
"release": "bumpp -r && cd packages/jsonreader && pnpm publish"
12+
"release": "pnpm build && bumpp -r && cd packages/jsonreader && pnpm publish"
1313
},
1414
"keywords": [
1515
"json",

packages/jsonreader/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"progressive",
3838
"esm"
3939
],
40-
"author": "",
40+
"author": "Justin Schroeder <[email protected]>",
4141
"license": "MIT",
4242
"repository": {
4343
"type": "git",

0 commit comments

Comments
 (0)