From d55e354a075c0c27136a50b75ae6c2ecef94941b Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Mon, 29 Sep 2025 13:35:08 +0100 Subject: [PATCH] feat: Update instructions for building and compiling with proper formatting and clarity --- .github/instructions/instructions.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/instructions/instructions.md b/.github/instructions/instructions.md index b20ce941a8..0da1cd7864 100644 --- a/.github/instructions/instructions.md +++ b/.github/instructions/instructions.md @@ -2,10 +2,16 @@ applyTo: '**' --- +# Building and Compiling + If you would like to compile or build any project. Please cd into the directory and run the following command: ``` npm run compile ``` -Ths will make sure there are no type / syntax errors. \ No newline at end of file +Ths will make sure there are no type / syntax errors. + +# Typescript Types. + +Please do not use "any" types. Please create proper types where required. \ No newline at end of file