Browse Source

refactor: add preamble to NodeScript

Sam Jaffe 1 month ago
parent
commit
efd52a9986
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/cipy/action.py

+ 1 - 0
src/cipy/action.py

@@ -82,6 +82,7 @@ class NodeScript(Action):
 
     @final
     @cipy.runner.ipc
+    @cipy.runner.preamble
     def run(self, context: Context) -> Status:
         try:
             subprocess.run(["node", str(self.main)], check=True)