Skip to content

Commit

Permalink
package production code
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRentzCAU committed May 10, 2024
1 parent 891ca11 commit 1ae50fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/klighd-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"clean": "rimraf lib dist bin",
"lint": "eslint .",
"build": "run-p --print-label \"build:*\"",
"build:app": "webpack --mode production --devtool hidden-source-map",
"build:app": "webpack --mode production",
"build:server": "tsc -p ./tsconfig.server.json",
"watch": "run-p --print-label \"watch:*\"",
"watch:app": "webpack --watch",
Expand Down
2 changes: 1 addition & 1 deletion applications/klighd-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"scripts": {
"clean": "rimraf dist klighd-vscode.vsix",
"lint": "eslint .",
"build": "webpack --mode development --devtool eval-source-map",
"build": "webpack --mode production",
"watch": "webpack --watch --mode development --devtool eval-source-map",
"package": "vsce package --yarn --baseImagesUrl https://github.com/kieler/klighd-vscode/raw/HEAD/applications/klighd-vscode -o klighd-vscode.vsix",
"predistribute": "yarn run package",
Expand Down

0 comments on commit 1ae50fd

Please sign in to comment.