Skip to content

Commit

Permalink
Add prepublishOnly script, remove publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
masad-frost committed Jul 30, 2024
1 parent 81babf5 commit 5c6c94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dev": "vite ./dev",
"test": "cm-runtests",
"build": "cm-buildhelper src/index.ts",
"publish": "npm run build && npm publish"
"prepublishOnly": "npm run build"
},
"keywords": [
"editor",
Expand Down

0 comments on commit 5c6c94f

Please sign in to comment.