| | |
| | | "build:staging": "cross-env vite build --mode staging", |
| | | "build:staging:jenkins": "cross-env NODE_OPTIONS=--max_old_space_size=16000 vite build --mode staging", |
| | | "preview": "vite preview", |
| | | "prepare": "husky install", |
| | | "lint": "eslint --ext .vue --ext .js --ext .ts src/", |
| | | "lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"", |
| | | "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/", |
| | | "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.cjs", |
| | | "lint:lint-staged": "lint-staged -c ../../.husky/lintstagedrc.cjs", |
| | | "openapi": "bole openapi", |
| | | "release": "release-it" |
| | | }, |