Skip to content

Commit

Permalink
build: fix local dev setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Feb 26, 2021
1 parent b66a904 commit e61c3a0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 915 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 @@
"build": "webpack --mode production --devtool source-map",
"dev": "yarn run clean && yarn run compile:dev && yarn run build:dev",
"watch": "webpack --mode development --watch --devtool source-map",
"start": "webpack-dev-server --mode development --devtool source-map",
"start": "webpack serve --mode development --devtool source-map",
"dist": "mkdirp dist && jszip -o ./dist/lineupengine.zip ./build",
"postdist": "yarn run docs && jszip -o ../dist/lineupengine_docs.zip ./build/docs",
"prepare": "echo 'dummy prepare since prepack has no dev dependencies'",
Expand Down Expand Up @@ -98,6 +98,7 @@
"stylelint-config-standard": "^20.0.0",
"stylelint-prettier": "^1.1.2",
"stylelint-scss": "^3.19.0",
"thread-loader": "^3.0.1",
"ts-jest": "^26.5.2",
"ts-loader": "^8.0.17",
"typedoc": "^0.20.28",
Expand Down
Loading

0 comments on commit e61c3a0

Please sign in to comment.