Skip to content

Commit

Permalink
Minor change to align the script name to the rest
Browse files Browse the repository at this point in the history
  • Loading branch information
KaruroChori authored Nov 30, 2024
1 parent 858c7fa commit dc3b1f5
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 @@ -6,12 +6,12 @@
"scripts": {
"codegen": "bun ./scripts/codegen/index.ts",
"codegen.quick": "bun ./scripts/codegen/index.ts quick",
"meson-devenv": "meson devenv -C build",
"meson-setup.release": "meson setup --reconfigure build/ --buildtype=release",
"meson-setup.clang-release": "meson setup --reconfigure build/ --buildtype=release --native-file toolchains/clang.ini",
"meson-setup.clang-debug": "meson setup --reconfigure build/ --buildtype=debug --native-file toolchains/clang.ini",
"meson-setup.zig-release": "meson setup --reconfigure build/ --buildtype=release --native-file toolchains/zig.ini",
"vs.example": "meson compile -C build/ vs:executable && VS_COMMONS_DIR=$(pwd)/build/commons/ ./build/vs run vs://examples/example-0.xml",
"vs.devenv": "meson devenv -C build",
"test": "meson test -C build/ --suite=vs-fltk",
"benchmark": "meson test --benchmark -C build/ --suite=vs-fltk",
"meson-install": "DESTDIR=./dist/ meson install -C build/",
Expand Down

0 comments on commit dc3b1f5

Please sign in to comment.