Move the scripts into a submodule repo
This commit is contained in:
parent
23fe6d10f5
commit
3b2d886f58
4 changed files with 133 additions and 2004 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "scripts"]
|
||||||
|
path = scripts
|
||||||
|
url = https://git.varify.ca/Foundry/scripts.git
|
||||||
2121
package-lock.json
generated
2121
package-lock.json
generated
File diff suppressed because it is too large
Load diff
12
package.json
12
package.json
|
|
@ -1,18 +1,16 @@
|
||||||
{
|
{
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@aws-sdk/client-s3": "^3.934.0",
|
|
||||||
"@eslint/js": "^9.8.0",
|
"@eslint/js": "^9.8.0",
|
||||||
"@foundryvtt/foundryvtt-cli": "^1.0.3",
|
"@foundryvtt/foundryvtt-cli": "^1.0.3",
|
||||||
"@stylistic/eslint-plugin": "^2.6.1",
|
"@stylistic/eslint-plugin": "^2.6.1",
|
||||||
"axios": "^1.13.2",
|
|
||||||
"dotenv": "^17.2.2",
|
|
||||||
"eslint": "^9.8.0",
|
"eslint": "^9.8.0",
|
||||||
"globals": "^15.9.0"
|
"globals": "^15.9.0",
|
||||||
|
"scripts": "file:./scripts"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"data:build": "node scripts/buildCompendia.mjs",
|
"data:build": "node scripts/src/buildCompendia.mjs",
|
||||||
"data:extract": "node scripts/extractCompendia.mjs",
|
"data:extract": "node scripts/src/extractCompendia.mjs",
|
||||||
"link": "node scripts/linkFoundry.mjs",
|
"link": "node scripts/src/linkFoundry.mjs",
|
||||||
"lint": "eslint --fix",
|
"lint": "eslint --fix",
|
||||||
"lint:nofix": "eslint"
|
"lint:nofix": "eslint"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
1
scripts
Submodule
1
scripts
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 1b983cb54d7c632bbadcc0689ac9bf82a5a5fa50
|
||||||
Loading…
Add table
Add a link
Reference in a new issue