Skip to content

Commit

Permalink
website: Add create-tsbb website.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 3, 2021
1 parent c0e42a5 commit dc75f21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down
9 changes: 1 addition & 8 deletions packages/create-tsbb/package.json
Expand Up @@ -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 <wowohoo@qq.com> (https://github.com/jaywcjlove)",
"main": "lib/index.js",
"license": "MIT",
Expand All @@ -13,10 +13,6 @@
"bin": {
"create-tsbb": "lib/cli.js"
},
"scripts": {
"build": "tsbb build --no-esm",
"watch": "tsbb watch --no-esm"
},
"files": [
"lib",
"src"
Expand All @@ -35,9 +31,6 @@
"framework",
"frontend"
],
"devDependencies": {
"tsbb": "^3.4.0"
},
"dependencies": {
"create-kkt": "2.3.0"
}
Expand Down

0 comments on commit dc75f21

Please sign in to comment.