Skip to content

Commit

Permalink
Fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
otacke committed Jun 6, 2023
1 parent d79f633 commit 99982bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"scripts": {
"test": "jest",
"lint": "stylelint './src/**/*.scss' && eslint './src/**/*.js' && eslint './test/**/*.js'" ,
"build": "cross-env NODE_ENV=production webpack",
"watch": "cross-env NODE_ENV=development webpack --watch"
"build": "webpack --mode=production",
"watch": "webpack --mode=development --watch"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 99982bf

Please sign in to comment.