Compile 7s scripts (#99)

* Split scenes

* Compile scenes into chapters

* Move compile novels to postinstall script

* Fix compile novel scripts
This commit is contained in:
Sakura Knoll
2022-05-12 04:06:26 +09:00
committed by GitHub
Unverified
parent 51b3e86d33
commit c956958b86
117 changed files with 20254 additions and 20211 deletions
+3 -2
View File
@@ -36,12 +36,13 @@
"dev": "run-p dev:web dev:assets",
"dev:web": "next dev -p 4000",
"dev:assets": "http-server assets -p 4001 -s",
"build": "next build",
"build": "npm run compile:novels && next build",
"start": "next start",
"lint": "next lint",
"tsc": "tsc --watch",
"node": "ts-node -T -P ./tsconfig-node.json",
"assets-sync": "sh ./secrets/scripts/sync-public-assets.sh"
"assets-sync": "sh ./secrets/scripts/sync-public-assets.sh",
"compile:novels": "npm run node src/scripts/compile7sChapters.ts"
},
"keywords": [],
"author": "",