fix 'yarn start:website' command

This commit is contained in:
shoito 2023-08-30 21:38:18 +09:00
parent 61d90c1c41
commit 93d0fbc6c3
2 changed files with 887 additions and 21 deletions

View file

@ -60,7 +60,7 @@
"validate": "yarn run build:templates && yarn run format:check && yarn run lint:check && yarn run build && yarn run test:coverage", "validate": "yarn run build:templates && yarn run format:check && yarn run lint:check && yarn run build && yarn run test:coverage",
"fix": "yarn run format:fix && yarn run lint:fix", "fix": "yarn run format:fix && yarn run lint:fix",
"start": "yarn run start:website", "start": "yarn run start:website",
"start:website": "webpack-dev-server --mode development --config webpack.website.ts", "start:website": "webpack serve --mode development --config webpack.website.ts",
"preversion": "yarn run validate", "preversion": "yarn run validate",
"version": "git add -A package.json", "version": "git add -A package.json",
"prepare": "husky install" "prepare": "husky install"
@ -137,6 +137,7 @@
"url-loader": "4.1.1", "url-loader": "4.1.1",
"webpack": "5.88.2", "webpack": "5.88.2",
"webpack-cli": "5.1.4", "webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"whatwg-fetch": "3.6.17" "whatwg-fetch": "3.6.17"
}, },
"resolutions": { "resolutions": {

905
yarn.lock

File diff suppressed because it is too large Load diff