We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c70f99 + 778742d commit f26fabbCopy full SHA for f26fabb
package.json
@@ -13,7 +13,7 @@
13
"test": "npm run lint && vitest run",
14
"clean": "rm -rf dist",
15
"prebuild": "npm run clean && mkdir dist",
16
- "prepublishOnly": "npm run test",
+ "prepublishOnly": "npm run build",
17
"buildSite": "npm run build && mkdir -p pages/hotkey && cp -r dist/* pages/hotkey"
18
},
19
"files": [
0 commit comments