Skip to content

Commit f26fabb

Browse files
authored
Merge pull request #149 from github/fix-publish-build
Run build before publish
2 parents 3c70f99 + 778742d commit f26fabb

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
@@ -13,7 +13,7 @@
1313
"test": "npm run lint && vitest run",
1414
"clean": "rm -rf dist",
1515
"prebuild": "npm run clean && mkdir dist",
16-
"prepublishOnly": "npm run test",
16+
"prepublishOnly": "npm run build",
1717
"buildSite": "npm run build && mkdir -p pages/hotkey && cp -r dist/* pages/hotkey"
1818
},
1919
"files": [

0 commit comments

Comments
 (0)