Skip to content

Commit 881a918

Browse files
committed
feat: deploy cmd
1 parent fde7ad8 commit 881a918

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"format": "biome check --write .",
1212
"typecheck": "tsc --noEmit",
1313
"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",
1415
"prepare": "husky"
1516
},
1617
"dependencies": {

0 commit comments

Comments
 (0)