]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
fix: add run to build command when using bun (#615)
authorHornwitser <github@hornwitser.no>
Tue, 19 Nov 2024 13:59:27 +0000 (14:59 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Nov 2024 13:59:27 +0000 (14:59 +0100)
commit23c29eed0ee02891331e8cfba4c3c2f799031e01
tree6fe7aa86d2ab6917c679e0059ba358ac7c316e24
parentc616f9e437dee9c9c17487a29f448aeca0c107a4
fix: add run to build command when using bun (#615)

If the package manager is bun and the command is build generate 'bun run
build' as the command to invoke the build script instead of the built-in
'bun build' command.

Fixes #614
__test__/getCommand.spec.ts
utils/getCommand.ts