|
@@ -27,7 +27,7 @@
|
|
"scripts": {
|
|
"scripts": {
|
|
"init": "npx pnpm install",
|
|
"init": "npx pnpm install",
|
|
"lint": "eslint --ext .js,.mjs,.cjs,.ts --fix .",
|
|
"lint": "eslint --ext .js,.mjs,.cjs,.ts --fix .",
|
|
- "lint:debug": "eslint --ext .js,.mjs,.cjs,.ts --debug --fix .",
|
|
|
|
|
|
+ "lint:debug": "eslint --ext .js,.mjs,.cjs --debug --fix .",
|
|
"dev": "npx webpack server --config webpack_config_dev.js",
|
|
"dev": "npx webpack server --config webpack_config_dev.js",
|
|
"build:dev": "npx webpack --config webpack_config_dev.js",
|
|
"build:dev": "npx webpack --config webpack_config_dev.js",
|
|
"build:dev:run": "npx pnpm build:dev && npx pnpm dev",
|
|
"build:dev:run": "npx pnpm build:dev && npx pnpm dev",
|