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:
parent
fb935dde18
commit
eba1d6df56
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user