From 66cf5ac2d4b271e1d1b87d2cb1e22cbbaf64675f Mon Sep 17 00:00:00 2001 From: Muhammad Azeez Date: Mon, 8 Jul 2024 14:12:22 +0300 Subject: [PATCH] install script --- template/xtp.toml.ejs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template/xtp.toml.ejs b/template/xtp.toml.ejs index a20de31..542cc42 100644 --- a/template/xtp.toml.ejs +++ b/template/xtp.toml.ejs @@ -12,3 +12,6 @@ name = "<%= project.name %>" # xtp plugin init runs this script to format the code format = "npm run format" + + # xtp plugin init runs this script to install dependencies + install = "npm install"