mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
Link all scripts to the root package.json, start development servers concurrently
This commit is contained in:
parent
e0dee1efef
commit
693602698b
4 changed files with 469 additions and 18 deletions
|
@ -5,6 +5,7 @@
|
|||
"scripts": {
|
||||
"console": "dotenv sails console",
|
||||
"custom-tests": "echo \"(No other custom tests yet.)\" && echo",
|
||||
"db:init": "node db/init.js",
|
||||
"db:migrate": "knex migrate:latest --cwd db",
|
||||
"db:seed": "knex seed:run --cwd db",
|
||||
"lint": "eslint . --max-warnings=0 --report-unused-disable-directives && echo '✔ Your .js files look good.'",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue