Skip to content

Commit

Permalink
style: fix identation
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
  • Loading branch information
AndyScherzinger authored Oct 14, 2024
1 parent 46e21d5 commit 7a30c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "AGPL-3.0-or-later",
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.js",
"postbuild": "build-js/npm-post-build.sh",
"postbuild": "build-js/npm-post-build.sh",
"dev": "NODE_ENV=development webpack --progress --config webpack.js",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
"lint": "eslint --ext .js,.vue src",
Expand Down

0 comments on commit 7a30c06

Please sign in to comment.