Skip to content

Commit 3e5466c

Browse files
committed
Remove npm whoami from release process
1 parent f03c7c6 commit 3e5466c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"lint:prettier": "prettier --config=.prettierrc --ignore-path=.prettierignore --check '**/*.{ts,tsx,gql,js}'",
1818
"test": "vitest",
1919
"changeset": "changeset",
20-
"release": "npm whoami && npm run build && changeset publish"
20+
"release": "npm run build && changeset publish"
2121
},
2222
"license": "MIT",
2323
"devDependencies": {

0 commit comments

Comments
 (0)