We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbacd7 commit 46242b3Copy full SHA for 46242b3
src/Razor/build.cmd
@@ -0,0 +1,3 @@
1
+@ECHO OFF
2
+SET RepoRoot="%~dp0..\.."
3
+%RepoRoot%\build.cmd -LockFile %RepoRoot%\korebuild-lock.txt -Path %~dp0 %*
src/Razor/build.sh
@@ -0,0 +1,7 @@
+#!/usr/bin/env bash
+
+set -euo pipefail
4
5
+DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6
+repo_root="$DIR/../.."
7
+"$repo_root/build.sh" --path "$DIR" --lockfile "$repo_root/korebuild-lock.txt" "$@"
0 commit comments