mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-19 05:09:41 +02:00
Added yarn start command to start on prod (#262)
This commit is contained in:
parent
3e5b6a8ba0
commit
47198af8bc
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
"> 1%"
|
||||
],
|
||||
"scripts": {
|
||||
"start": "concurrently \"yarn start-backend\" \"yarn build-frontend\"",
|
||||
"dev": "concurrently \"yarn start-backend\" \"yarn build-frontend:dev\"",
|
||||
"start-backend": "cross-env NODE_ENV=development npx nodemon --config nodemon.json ./src/bin/server.ts",
|
||||
"compile": "tsc && copyfiles -u 3 ./src/**/*.twig ./dist/backend/views && copyfiles -u 1 ./src/**/*.svg ./dist/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue