Mythacri / Mythacri-Foundry-Scripts

Foundry Scripts
2 stars 0 forks source link

[#179] Add build script, eslint, rollup #180

Closed krbz999 closed 1 week ago

krbz999 commented 3 weeks ago

Closes #179.

To install dependencies locally, run this command:

npm ci

To run the build script locally for testing, run this command:

npm run build

and then edit the module.json to point esmodules to module.mjs. (Don't commit that change, it is for testing only.)