Skip to content

Commit

Permalink
Add prepare script back in
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Staab committed Jan 1, 2025
1 parent d8dc03c commit a211491
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"url": "https://github.com/cesardeazevedo/nostr-editor"
},
"files": [
"dist"
"dist",
"src"
],
"main": "./dist/nostr-editor.umd.cjs",
"module": "./dist/nostr-editor.js",
Expand All @@ -27,7 +28,8 @@
"type-check": "tsc --noEmit",
"format": "prettier --write .",
"test": "vitest",
"preview": "vite preview"
"preview": "vite preview",
"prepare": "npm run build"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
Expand Down

0 comments on commit a211491

Please sign in to comment.