1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-13 19:42:36 +02:00

Tools: Added command to rebuild server files

This commit is contained in:
Laurent Cozic 2021-10-15 12:26:01 +01:00
parent fb935dde18
commit eba1d6df56

View File

@ -5,6 +5,7 @@
"scripts": {
"start-dev": "nodemon --config nodemon.json --ext ts,js,mustache,css,tsx dist/app.js --env dev",
"start-dev-no-watch": "node dist/app.js --env dev",
"rebuild": "npm run clean && npm run build && npm run tsc",
"build": "gulp build",
"postinstall": "npm run build",
"devCreateDb": "node dist/app.js --env dev --create-db",