Skip to content

Commit

Permalink
[Fix]: When MM_DEBUG set make deploy fails (#18)
Browse files Browse the repository at this point in the history
* [Fix]: When MM_DEBUG set make deploy fails

* intendation fix
  • Loading branch information
Rajat-Dabade authored Aug 27, 2024
1 parent 9914606 commit 407b2f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "focalboard",
"version": "8.0.0",
"version": "9.0.0",
"private": true,
"description": "",
"scripts": {
"build": "webpack --mode=production",
"build:watch": "webpack --mode=production --watch",
"debug": "webpack --mode=development",
"debug:watch": "webpack --mode=development --watch",
"pack": "cross-env NODE_ENV=production webpack --config webpack.prod.js",
"packdev": "cross-env NODE_ENV=dev webpack --config webpack.dev.js",
"watchdev": "cross-env NODE_ENV=dev webpack --watch --progress --config webpack.dev.js",
Expand Down

0 comments on commit 407b2f6

Please sign in to comment.