Skip to content

Commit

Permalink
package.json update
Browse files Browse the repository at this point in the history
includes prestall for bun and packageManger specificing [email protected]
  • Loading branch information
edheltzel committed Jul 26, 2024
1 parent a9e5298 commit 07dcbf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
],
"browserslist": "> 0.2% and not dead",
"scripts": {
"preinstall": "npx only-allow bun",
"start": "eleventy --serve --incremental",
"restart": "bun run clean && bun run start",
"build": "bun run clean && bun run build:11ty",
Expand All @@ -49,5 +50,6 @@
"purge": "./.scrub.sh purge",
"upgrade": "bunx npm-check-updates -ui",
"release": "gh release create v$npm_package_version --generate-notes --latest"
}
},
"packageManager": "[email protected]"
}

0 comments on commit 07dcbf0

Please sign in to comment.