generated from array-in-a-matrix/matrix-bot-template
before install hook to install js deps
This commit is contained in:
parent
e92c05f0b3
commit
93f5c2cfcd
1 changed files with 4 additions and 6 deletions
|
@ -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"
|
Loading…
Add table
Reference in a new issue