Skip to content

Commit 412928f

Browse files
authored
Merge pull request #507 from shoito/fix-start-website
fix 'yarn start:website' command
2 parents 61d90c1 + 93d0fbc commit 412928f

File tree

2 files changed

+887
-21
lines changed

2 files changed

+887
-21
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"validate": "yarn run build:templates && yarn run format:check && yarn run lint:check && yarn run build && yarn run test:coverage",
6161
"fix": "yarn run format:fix && yarn run lint:fix",
6262
"start": "yarn run start:website",
63-
"start:website": "webpack-dev-server --mode development --config webpack.website.ts",
63+
"start:website": "webpack serve --mode development --config webpack.website.ts",
6464
"preversion": "yarn run validate",
6565
"version": "git add -A package.json",
6666
"prepare": "husky install"
@@ -137,6 +137,7 @@
137137
"url-loader": "4.1.1",
138138
"webpack": "5.88.2",
139139
"webpack-cli": "5.1.4",
140+
"webpack-dev-server": "4.15.1",
140141
"whatwg-fetch": "3.6.17"
141142
},
142143
"resolutions": {

0 commit comments

Comments
 (0)