We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prepublish
repository
package.json
1 parent 1322213 commit ca317b2Copy full SHA for ca317b2
package.json
@@ -14,7 +14,7 @@
14
],
15
"types": "./dist/hexo.d.ts",
16
"scripts": {
17
- "prepublish ": "npm install && npm run clean && npm run build",
+ "prepublishOnly": "npm install && npm run clean && npm run build",
18
"build": "tsc -b",
19
"clean": "tsc -b --clean",
20
"eslint": "eslint .",
@@ -23,7 +23,10 @@
23
"test-cov": "nyc --reporter=lcovonly npm test",
24
"prepare": "git submodule init && git submodule update && git submodule foreach git pull origin master"
25
},
26
- "repository": "hexojs/hexo-cli",
+ "repository": {
27
+ "type": "git",
28
+ "url": "git+https://github.com/hexojs/hexo-cli.git"
29
+ },
30
"homepage": "https://hexo.io/",
31
"keywords": [
32
"website",
0 commit comments