|
|
|
|
|
|
|
|
"fix": "next lint --fix", |
|
|
"fix": "next lint --fix", |
|
|
"eslint-fix": "eslint --cache --cache-location node_modules/.cache/eslint/.eslint-cache --fix", |
|
|
"eslint-fix": "eslint --cache --cache-location node_modules/.cache/eslint/.eslint-cache --fix", |
|
|
"eslint-fix-only-show-error": "eslint --cache --cache-location node_modules/.cache/eslint/.eslint-cache --fix --quiet", |
|
|
"eslint-fix-only-show-error": "eslint --cache --cache-location node_modules/.cache/eslint/.eslint-cache --fix --quiet", |
|
|
|
|
|
"eslint-complexity": "eslint --rule 'complexity: [error, {max: 15}]' --quiet", |
|
|
"prepare": "cd ../ && node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky ./web/.husky", |
|
|
"prepare": "cd ../ && node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky ./web/.husky", |
|
|
"gen-icons": "node ./app/components/base/icons/script.mjs", |
|
|
"gen-icons": "node ./app/components/base/icons/script.mjs", |
|
|
"uglify-embed": "node ./bin/uglify-embed", |
|
|
"uglify-embed": "node ./bin/uglify-embed", |