Skip to content

Commit

Permalink
ci: update package script
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 committed Dec 27, 2024
1 parent f325c07 commit dd4156c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"postinstall": "nuxi prepare",
"clean": "nuxi cleanup && nuxi prepare",
"typecheck": "nuxi typecheck",
"changelog": "changelogen",
"changelog": "changelogen --release",
"lighthouse": "unlighthouse --site ambo.nuxt.dev",
"ci": "bun run lint && bun run typecheck && bun run test",
"test": "vitest --run",
Expand Down

0 comments on commit dd4156c

Please sign in to comment.