doc: Added plugin dev info
This commit is contained in:
parent
04e332d91e
commit
7029477392
5 changed files with 14 additions and 2 deletions
|
|
@ -49,7 +49,8 @@
|
|||
"download:nwjs": "bun scripts/download-nw.ts",
|
||||
"build:audiosprites": "bun ./scripts/generate-audio-sprites.ts",
|
||||
"tsc": "tsc --noEmit",
|
||||
"build:sdk": "bun ./scripts/build-sdk.ts"
|
||||
"build:sdk": "bun ./scripts/build-sdk.ts",
|
||||
"publish:sdk": "bun build:sdk && bun publish --cwd ./dist-sdk/ --access public"
|
||||
},
|
||||
"dependencies": {
|
||||
"7zip-bin": "^5.2.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue