Skip to content

Commit

Permalink
install script
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmd-azeez committed Jul 8, 2024
1 parent f599a43 commit 66cf5ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions template/xtp.toml.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 66cf5ac

Please sign in to comment.