Skip to content

Commit

Permalink
Ещё оддна попытка исправления для GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyAkkuratov committed May 30, 2024
1 parent f076c2d commit 0186039
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 @@ -7,8 +7,8 @@
"test": "jest --passWithNoTests --coverage",
"lint": "prettier --check . && eslint .",
"lint:fix": "prettier --write . && eslint . --fix",
"build": "webpack --mode=production",
"start": "webpack serve --open --mode=development"
"build": "webpack --mode production",
"start": "webpack serve --open --mode development"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0186039

Please sign in to comment.