mirror of
https://github.com/plankanban/planka.git
synced 2025-12-24 09:15:01 +03:00
Link all scripts to the root package.json, start development servers concurrently
This commit is contained in:
@@ -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.'",
|
||||
|
||||
Reference in New Issue
Block a user