diff --git a/.eslintignore b/.eslintignore index 05a43ab2..3a630870 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ node_modules +package-lock.json build **/*.html diff --git a/package.json b/package.json index c176ba74..50e1b19d 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "version": "1.0.3", "description": "GUI for the LE2ML project", "scripts": { - "build": "webpack --config webpack.prod.js", "start": "webpack serve --config webpack.dev.js", + "build": "webpack --config webpack.prod.js", "lint": "eslint . --ext .js,.json", "commit": "git-cz", "release": "standard-version",