Skip to content

Commit

Permalink
chore: add mergeDoc script
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Jul 21, 2024
1 parent 0de94a5 commit de9bf59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kaplay",
"description": "KAPLAY is a JavaScript library that helps you make games fast and fun!",
"version": "3001.0.0-alpha.18.1",
"version": "3001.0.0-alpha.18.2",
"license": "MIT",
"homepage": "https://kaplayjs.com/",
"repository": {
Expand Down Expand Up @@ -47,10 +47,11 @@
"scripts": {
"dev": "NODE_ENV=development node scripts/dev.js",
"win:dev": "set NODE_ENV=development && node scripts/dev.js",
"build": "node scripts/build.js",
"build": "node scripts/build.js && npm run mergedoc",
"check": "tsc",
"fmt": "dprint fmt",
"test": "node scripts/test.js",
"mergedoc": "dts-bundle-generator -o dist/doc.d.ts dist/declaration/index.d.ts",
"test:vite": "vitest",
"desktop": "tauri dev",
"prepare": "npm run build",
Expand Down

0 comments on commit de9bf59

Please sign in to comment.