From e889d1e3d8da94884dde83810b9dbfe6e2674c11 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 16 Oct 2022 22:09:14 +0200 Subject: [PATCH] update js conf --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5f4a8c6..367958e 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "license": "agpl", "private": true, "scripts": { - "build": "NODE_ENV=production ./node_modules/.bin/webpack --progress --config webpack.js", - "dev": "NODE_ENV=development ./node_modules/.bin/webpack --progress --config webpack.js", - "watch": "NODE_ENV=development ./node_modules/.bin/webpack --progress --watch --config webpack.js", + "build": "NODE_ENV=production ./node_modules/.bin/webpack-cli --progress --config webpack.js", + "dev": "NODE_ENV=development ./node_modules/.bin/webpack-cli --progress --config webpack.js", + "watch": "NODE_ENV=development ./node_modules/.bin/webpack-cli --progress --watch --config webpack.js", "lint": "./node_modules/.bin/eslint --ext .js,.vue src", "lint:fix": "./node_modules/.bin/eslint --ext .js,.vue src --fix", "stylelint": "./node_modules/.bin/stylelint src",