chore: Clean up linting from child package.json's
This commit is contained in:
committed by
mrugesh mohapatra
parent
a229bc3a06
commit
1ba67c4e2b
@ -10,9 +10,7 @@
|
||||
"commit": "git-cz",
|
||||
"commitmsg": "validate-commit-msg",
|
||||
"ensure-env": "node ./config/ensure-env.js",
|
||||
"lint": "npm run lint-js && npm run lint-json",
|
||||
"lint-js": "eslint --ext=.js,.jsx gulpfile.js server/ common/ config/ client/",
|
||||
"only-once": "npm run prelint-js && echo '/****/' && echo 'Seeding Database' && echo '/****/' && SEEDING=true node seed/index.js && echo '/****/' && echo 'Seeding Completed' && echo '/****/'",
|
||||
"only-once": "echo '/****/' && echo 'Seeding Database' && echo '/****/' && SEEDING=true node seed/index.js && echo '/****/' && echo 'Seeding Completed' && echo '/****/'",
|
||||
"postonly-once": "gulp generate-migration-map",
|
||||
"postseed": "node post-seed.js",
|
||||
"seed": "node ../seed/index.js",
|
||||
|
Reference in New Issue
Block a user