Merge pull request #507 from shoito/fix-start-website

fix 'yarn start:website' command
This commit is contained in:
Rodrigo Fernandes 2023-09-01 23:58:52 +01:00 committed by GitHub
commit 412928fc59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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