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

Commit 14289c5

Browse files
committed
fix(package info): update script setting in json file since wrongfully placed
1 parent 7a0326f commit 14289c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"version": "0.0.1",
55
"scripts": {
66
"dev": "node server.js",
7-
"lint": "npx prettier --write ."
7+
"lint": "npx prettier --write .",
8+
"postpublish": "yarn publish-npm",
9+
"publish-npm": "yarn publish --access public --ignore-scripts --@OWNER:registry='https://registry.npmjs.org'"
810
},
911
"repository": {
1012
"type": "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'"
13+
"url": "[email protected]:toshikidev/fuki.git"
1414
},
1515
"keywords": [
1616
"url-shortener",

0 commit comments

Comments
 (0)