Skip to content

Commit

Permalink
del: del prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
niuweili committed Feb 5, 2025
1 parent 5b4cf18 commit 8f4bbc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"build": "rm -rf dist && npm run build:iife && npm run build:esm && node scripts/upload.mjs",
"build:iife": "rm -rf dist/iife && vite build --mode iife",
"build:esm": "rm -rf dist/esm && vite build --mode esm",
"prepublishOnly": "npm run build && node scripts/upload.mjs",
"upload": "npm run build:iife && node scripts/upload.mjs"
},
"files": [
Expand Down

0 comments on commit 8f4bbc2

Please sign in to comment.