diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 901a0731..38ed167d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -212,6 +212,7 @@ jobs: - run: npm i markdown-to-html-cli -g - run: markdown-to-html --output zip/doc.html --source packages/tsbb/README.md + - run: markdown-to-html --output zip/create-tsbb.html --source packages/create-tsbb/README.md - name: Build and Deploy uses: peaceiris/actions-gh-pages@v3 diff --git a/packages/create-tsbb/package.json b/packages/create-tsbb/package.json index 218eec3b..d310f03f 100644 --- a/packages/create-tsbb/package.json +++ b/packages/create-tsbb/package.json @@ -2,7 +2,7 @@ "name": "create-tsbb", "version": "3.4.0", "description": "Creates a TSBB application using the command line.", - "homepage": "https://jaywcjlove.github.io/tsbb", + "homepage": "https://jaywcjlove.github.io/tsbb/create-tsbb.html", "author": "Kenny Wong (https://github.com/jaywcjlove)", "main": "lib/index.js", "license": "MIT", @@ -13,10 +13,6 @@ "bin": { "create-tsbb": "lib/cli.js" }, - "scripts": { - "build": "tsbb build --no-esm", - "watch": "tsbb watch --no-esm" - }, "files": [ "lib", "src" @@ -35,9 +31,6 @@ "framework", "frontend" ], - "devDependencies": { - "tsbb": "^3.4.0" - }, "dependencies": { "create-kkt": "2.3.0" }