Skip to content

Commit cff8ea6

Browse files
update package.json
Co-authored-by: yoshinorin <[email protected]>
1 parent e67418f commit cff8ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"types": "./dist/hexo.d.ts",
1616
"scripts": {
17-
"prepublish ": "npm run clean && npm run build",
17+
"prepublish ": "npm install && npm run clean && npm run build",
1818
"build": "tsc -b",
1919
"clean": "tsc -b --clean",
2020
"eslint": "eslint .",

0 commit comments

Comments
 (0)