mirror of
https://github.com/humanlayer/12-factor-agents.git
synced 2025-08-20 18:59:53 +03:00
11
workshops/2025-05/Makefile
Normal file
11
workshops/2025-05/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
.PHONY: clean
|
||||
clean:
|
||||
rm -rf build/
|
||||
|
||||
.PHONY: generate
|
||||
generate: clean
|
||||
npm -C ../../packages/walkthroughgen/ \
|
||||
exec tsx \
|
||||
../../packages/walkthroughgen/src/index.ts \
|
||||
generate walkthrough.yaml
|
||||
|
||||
Reference in New Issue
Block a user