Skip to content

Commit eeb7235

Browse files
release
1 parent a031670 commit eeb7235

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"lint": "eslint .",
4141
"lint:fix": "eslint . --fix",
4242
"package": "rm -f ./*.tgz ; rm -f ~/kiwilan-filesystem-*.tgz ; pnpm build ; pnpm pack ; cp kiwilan-filesystem-*.tgz ~/kiwilan-filesystem-*.tgz",
43+
"release": "pnpm package ; pnpm publish --access public",
4344
"test": "vitest",
4445
"coverage": "vitest run --coverage"
4546
},

0 commit comments

Comments
 (0)