before install hook to install js deps

This commit is contained in:
array-in-a-matrix 2024-01-14 23:20:13 -05:00
parent e92c05f0b3
commit 93f5c2cfcd

View file

@ -1,14 +1,12 @@
# Package
version = "0.1.0" version = "0.1.0"
author = "Array in a Matrix" author = "Array in a Matrix"
description = " Nim wrapper for the Matrix bot JS/TS SDK" description = " Nim wrapper for the Matrix bot JS/TS SDK"
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"
srcDir = "src" srcDir = "src"
# Dependencies
requires "nim >= 2.0.2" requires "nim >= 2.0.2"
backend = "js" backend = "js"
before install:
exec "pnpm import"