feat: is able to call a script from a project
This commit is contained in:
@@ -26,11 +26,8 @@ project {
|
||||
output "output/"
|
||||
}
|
||||
|
||||
scripts type=shell {
|
||||
path "scripts/"
|
||||
actions {
|
||||
build
|
||||
}
|
||||
scripts {
|
||||
hello type=shell {}
|
||||
}
|
||||
}
|
||||
|
||||
|
5
examples/project/scripts/hello.sh
Executable file
5
examples/project/scripts/hello.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
set -e
|
||||
|
||||
echo "hello world"
|
Reference in New Issue
Block a user