Skip to content

Commit 472991c

Browse files
author
Alexey Ivanov
committed
fix script running
1 parent ef6a055 commit 472991c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"webpack-dev-server": "^3.11.1"
5050
},
5151
"scripts": {
52-
"start": "webpack serve --config webpack.dev.config.ts",
53-
"build": "webpack --config webpack.prod.config.ts",
52+
"start": "webpack serve --config webpack.config.ts",
53+
"build": "webpack --config webpack.config.ts",
5454
"lint": "eslint \"src/**/*.{ts,tsx}\"",
5555
"lint:fix": "eslint \"src/**/*.{ts,tsx}\" --fix",
5656
"prettify": "prettier --write \"src/**/*.{ts,tsx}\"",
File renamed without changes.

0 commit comments

Comments
 (0)