We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde7ad8 commit 881a918Copy full SHA for 881a918
package.json
@@ -11,6 +11,7 @@
11
"format": "biome check --write .",
12
"typecheck": "tsc --noEmit",
13
"release": "semantic-release",
14
+ "deploy": "bun run format && bun run lint && bun run typecheck && bun run build && wrangler pages deploy dist --project-name=ooxml-dev",
15
"prepare": "husky"
16
},
17
"dependencies": {
0 commit comments