Gestion de paquetage, aide intégrée et message de bienvenue
Release Creation / build (release) Successful in 59s

This commit is contained in:
2026-05-01 00:37:01 +02:00
parent 06b0ff7f78
commit 7d218f4a0a
41 changed files with 1524 additions and 54 deletions
+5 -2
View File
@@ -4,11 +4,14 @@
"description": "Systeme FoundryVTT pour Donjon & Cie",
"type": "module",
"scripts": {
"build": "gulp build",
"watch": "gulp watch"
"build": "gulp build && npm run pack:compendiums",
"watch": "gulp watch",
"pack:compendiums": "node ./tools/packCompendiums.mjs",
"unpack:compendiums": "node ./tools/unpackCompendiums.mjs"
},
"license": "UNLICENSED",
"devDependencies": {
"@foundryvtt/foundryvtt-cli": "^1.1.0",
"gulp": "^4.0.2",
"gulp-less": "^5.0.0",
"gulp-rename": "^2.0.0",