ole1986 / vscode-arma-dev

Arma Dev for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ole1986.arma-dev
7 stars 6 forks source link

postProcess build script not running #14

Open cryptiklemur opened 3 years ago

cryptiklemur commented 3 years ago

I have a postProcess script for build:


{
    //...
    "postProcess": {
        "build": "node ./bin/release.js"
    }
}
``

But i see no logs of it trying to run, and I don't think it actually runs because its not doing anything