1
0
Fork 0
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:
Maksim Eltyshev 2020-04-25 04:57:31 +05:00
parent e0dee1efef
commit 693602698b
4 changed files with 469 additions and 18 deletions

View file

@ -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.'",