Skip to content

Commit

Permalink
Merge pull request #507 from shoito/fix-start-website
Browse files Browse the repository at this point in the history
fix 'yarn start:website' command
  • Loading branch information
rtfpessoa authored Sep 1, 2023
2 parents 61d90c1 + 93d0fbc commit 412928f
Show file tree
Hide file tree
Showing 2 changed files with 887 additions and 21 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"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",
"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",
"version": "git add -A package.json",
"prepare": "husky install"
Expand Down Expand Up @@ -137,6 +137,7 @@
"url-loader": "4.1.1",
"webpack": "5.88.2",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"whatwg-fetch": "3.6.17"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 412928f

Please sign in to comment.