Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Commit 838d2de

Browse files
committed
feat(script): add package build and release script for github action release
1 parent 732569b commit 838d2de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "[email protected]:toshikidev/fuki.git"
11+
"url": "[email protected]:toshikidev/fuki.git",
12+
"postpublish": "npm run publish-npm",
13+
"publish-npm": "npm publish --access public --ignore-scripts --@OWNER:registry='https://registry.npmjs.org'"
1214
},
1315
"keywords": [
1416
"url-shortener",

0 commit comments

Comments
 (0)