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:
+3
-2
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user