update js conf
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2022-10-16 22:09:14 +02:00
parent 39faeb70dc
commit e889d1e3d8
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -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",