We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a031670 commit eeb7235Copy full SHA for eeb7235
package.json
@@ -40,6 +40,7 @@
40
"lint": "eslint .",
41
"lint:fix": "eslint . --fix",
42
"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",
44
"test": "vitest",
45
"coverage": "vitest run --coverage"
46
},
0 commit comments