Skip to content

Commit

Permalink
Add prepare script to allow npm to build at install time.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkraczek committed Jun 21, 2024
1 parent e1b41aa commit 96fc6c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"name": "Bruce Harrison"
},
"scripts": {
"prepare": "npm run build",
"build": "rollup -c",
"test": "vitest",
"lint": "eslint"
Expand All @@ -41,4 +42,4 @@
"vitest": "^1.5.3",
"vitest-environment-miniflare": "^2.14.2"
}
}
}

0 comments on commit 96fc6c1

Please sign in to comment.