Skip to content

Commit

Permalink
Merge branch 'main' into feature/mini-size
Browse files Browse the repository at this point in the history
  • Loading branch information
kght6123 committed Jul 10, 2024
2 parents 3249949 + 307e317 commit 218fd59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,3 +255,4 @@ npx browser-sync start --proxy 'localhost:3000' --files="dist/lockfile" --startP
## ChangeLog

- v0.1 4/26 プロジェクト作成
- v0.2 7/10 Windowsで起動しない問題を修正 #7、Mermaid生成の内部処理を公式のものに変更
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"dev:tc": "npx --yes tailwindcss@latest -i ./src/global.css -o ./dist/global.css --watch --no-autoprefixer --postcss ./postcss.config.cjs",
"dev:vs": "npx --yes @vivliostyle/cli preview --style ./dist/global.css",
"dev:h3": "npx --yes listhen --host 0.0.0.0 --port 3000 --watch ./src/viewer.ts",
"dev:sync": "npx --yes browser-sync start --no-ui --port 3001 --config 'bs-config.js' --files=\"dist/*\" --reload-delay=4000 --reload-throttle=4000 --startPath=\"/index.html#src=/dist/publication.json&bookMode=true&renderAllPages=true&style=/dist/global.css\" --browser \"google chrome\"",
"dev:sync:lock": "npx --yes browser-sync start --no-ui --port 3001 --config 'bs-config.js' --files=\"dist/lockfile,dist/global.css,images/*\" --reload-delay=4000 --reload-throttle=4000 --startPath=\"/index.html#src=/dist/publication.json&bookMode=true&renderAllPages=true&style=/dist/global.css\" --browser \"google chrome\"",
"dev:sync": "npx --yes browser-sync start --no-ui --port 3001 --config bs-config.js --files=\"dist/*\" --reload-delay=4000 --reload-throttle=4000 --startPath=\"/index.html#src=/dist/publication.json&bookMode=true&renderAllPages=true&style=/dist/global.css\" --browser \"google chrome\"",
"dev:sync:lock": "npx --yes browser-sync start --no-ui --port 3001 --config bs-config.js --files=\"dist/lockfile,dist/global.css,images/*\" --reload-delay=4000 --reload-throttle=4000 --startPath=\"/index.html#src=/dist/publication.json&bookMode=true&renderAllPages=true&style=/dist/global.css\" --browser \"google chrome\"",
"dev": "npx --yes concurrently --kill-others --names \"main,h3,tailwind,browser-sync\" -c \"auto\" \"npm run pre-compiler:dev\" \"npm run dev:h3\" \"npx --yes wait-on --interval 500 ./dist/lockfile && npm run dev:tc\" \"npx --yes wait-on --interval 500 ./dist/global.css ./dist/lockfile && npm run dev:sync:lock\"",
"clean": "npx --yes clear-npx-cache",
"pre-compiler:dev": "npm run pre-compiler;npx --yes chokidar-cli \"src/**/*.ts\" \"src/**/*.html\" \"docs/**/*.md\" -c \"npm run pre-compiler\"",
"pre-compiler:dev": "npm run pre-compiler && npx --yes chokidar-cli \"src/**/*.ts\" \"src/**/*.html\" \"docs/**/*.md\" -c \"npm run pre-compiler\"",
"pre-compiler": "npx --yes vite-node src/main.ts",
"check": "npx --yes @biomejs/biome check --apply-unsafe ./src"
},
Expand Down

0 comments on commit 218fd59

Please sign in to comment.