This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"scripts": {
|
||||
"test": "tsx tests/test.ts",
|
||||
"start": "concurrently \"NODE_ENV=development tsx server.ts\" \"NODE_ENV=development tsx cron-runner.ts\"",
|
||||
"build": "tsc && cd web && hugo --gc --minify",
|
||||
"build": "tsc && cd web && hugo --gc --minify && cd ../viewer && npm run build",
|
||||
"build-noweb": "tsc",
|
||||
"serve": "concurrently \"node dist/server.js\" \"node dist/cron-runner.js\"",
|
||||
"dev-web": "cd web && hugo serve",
|
||||
|
||||
Reference in New Issue
Block a user