Update scripts to allow auto-linking of Foundry source for intellisense
This commit is contained in:
parent
65cc95c35c
commit
6866bea131
7 changed files with 66 additions and 8 deletions
|
|
@ -9,6 +9,9 @@
|
|||
"globals": "^15.9.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "node scripts/buildCompendia.mjs",
|
||||
"extract": "node scripts/extractCompendia.mjs",
|
||||
"link": "node scripts/linkFoundry.mjs",
|
||||
"lint": "eslint --fix",
|
||||
"lint:nofix": "eslint"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue