We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faca587 commit 70fdf68Copy full SHA for 70fdf68
.dkrc
@@ -5,14 +5,7 @@
5
# the devkit defaults.
6
# ---
7
8
-dk use: cram # run tests using the "cram" functional test tool
9
-dk use: modd-watch # watch files and re-run tests or other commands
10
-dk use: shell-console # make the "console" command enter a subshell
11
-
12
-[[ -d "$BASHER_PREFIX"/dirtsimple/mantle-lib ]] ||
13
- # You can change this to use a specific non-master branch, if needed
14
- github dirtsimple/mantle-lib master
15
16
dk use: mantle
17
+# Update mantle-lib on script/update or 'dk update'
18
on update git -C .deps/dirtsimple/mantle-lib pull
package.sh
@@ -0,0 +1,2 @@
1
+# You can change this to use a specific non-master branch, if needed
2
+BUILD_DEPS=dirtsimple/mantle-lib@master
0 commit comments