Skip to content

Commit

Permalink
refactor(project): some refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentinTh committed Jun 9, 2021
1 parent ecbd3ff commit 1ddf1de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
package-lock.json
build
**/*.html
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1ddf1de

Please sign in to comment.