fix(forge): add placeholder build script to satisfy Task
This commit is contained in:
parent
f1778cb822
commit
03f66f7dd3
1 changed files with 3 additions and 0 deletions
3
services/code-forge/build.sh
Normal file
3
services/code-forge/build.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "Nothing to build!"
|
Reference in a new issue