Skip to content

Commit 3dbf13d

Browse files
committed
npm commands in script
1 parent 94c89d5 commit 3dbf13d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@
5252
"test": "vitest",
5353
"test:run": "vitest run",
5454
"test:coverage": "vitest run --coverage",
55-
"test:ui": "vitest --ui"
55+
"test:ui": "vitest --ui",
56+
"npm:dry-run": "npm publish --dry-run",
57+
"npm:publish": "npm publish --access public"
5658
},
5759
"repository": {
5860
"type": "git",

0 commit comments

Comments
 (0)